projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df49fa5
)
setup.py: require simplejson>=1.4, since we use the indent= argument
author
Brian Warner
<warner@allmydata.com>
Fri, 14 Sep 2007 10:24:15 +0000
(
03:24
-0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 14 Sep 2007 10:24:15 +0000
(
03:24
-0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 3479aaaa791b5af3dece84772fb772342477b885..f0d49ebcbe209f0c73c3bccc368f38b7647e52ad 100644
(file)
--- a/
setup.py
+++ b/
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
],