From: Brian Warner Date: Wed, 23 Jan 2008 20:03:09 +0000 (-0700) Subject: _auto_deps.py: relax our simplejson dependency to 1.4, since I think it works and... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=f76a81fda216e4fbbfe977b6ced1cf0930210d79;p=tahoe-lafs%2Ftahoe-lafs.git _auto_deps.py: relax our simplejson dependency to 1.4, since I think it works and because that's what feisty offers --- diff --git a/_auto_deps.py b/_auto_deps.py index 97c1a949..08ff2e77 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -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",