]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
_auto_deps.py: relax our simplejson dependency to 1.4, since I think it works and...
authorBrian Warner <warner@allmydata.com>
Wed, 23 Jan 2008 20:03:09 +0000 (13:03 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 23 Jan 2008 20:03:09 +0000 (13:03 -0700)
_auto_deps.py

index 97c1a9492db8bf0b83f307bcbbbe5a3cc6aaf301..08ff2e771da4c79b41fc183285a1de945f56b08d 100644 (file)
@@ -1,6 +1,6 @@
 install_requires=["zfec >= 1.1.0",
                   "foolscap >= 0.2.3",
-                  "simplejson >= 1.7.1",
+                  "simplejson >= 1.4",
                   "pycryptopp >= 0.2.8",
                   "nevow >= 0.6.0",
                   "zope.interface",