]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: loosen requirement on simplejson from 1.7.3 to 1.7.1
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 16:54:20 +0000 (09:54 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 16:54:20 +0000 (09:54 -0700)
Since apparently 1.7.1 is what we use on tahoecs2, and it works.

_auto_deps.py

index d58c7e851ca137e47bf4438463c18a736ca5d261..f66ef83fc43ca4f380b5cce6aef4a2e3699e9e41 100644 (file)
@@ -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",