mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
setup.py: require simplejson>=1.4, since we use the indent= argument
This commit is contained in:
parent
df49fa55e0
commit
44c7349270
2
setup.py
2
setup.py
@ -115,7 +115,7 @@ setup(name='allmydata-tahoe',
|
||||
classifiers=trove_classifiers,
|
||||
test_suite="allmydata.test",
|
||||
install_requires=["zfec >= 1.0.3",
|
||||
"foolscap >= 0.1.6", "simplejson",
|
||||
"foolscap >= 0.1.6", "simplejson >= 1.4",
|
||||
#"nevow", # we need nevow, but it doesn't seem to be
|
||||
# installable by easy_install
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user