mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-23 04:05:15 +00:00
setup: loosen requirement on simplejson from 1.7.3 to 1.7.1
Since apparently 1.7.1 is what we use on tahoecs2, and it works.
This commit is contained in:
parent
e00b5daff7
commit
49dccbd466
@ -1,6 +1,6 @@
|
||||
install_requires=["zfec >= 1.1.0",
|
||||
"foolscap >= 0.2.3",
|
||||
"simplejson >= 1.7.3",
|
||||
"simplejson >= 1.7.1",
|
||||
"pycryptopp >= 0.2.9",
|
||||
"nevow >= 0.6.0",
|
||||
"zope.interface >= 3.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user