From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 23 Jan 2008 16:54:20 +0000 (-0700)
Subject: setup: loosen requirement on simplejson from 1.7.3 to 1.7.1
X-Git-Url: https://git.rkrishnan.org/listings/cyclelanguage?a=commitdiff_plain;h=49dccbd4668a2b128e0dca673167fd8a2d0535b5;p=tahoe-lafs%2Ftahoe-lafs.git

setup: loosen requirement on simplejson from 1.7.3 to 1.7.1
Since apparently 1.7.1 is what we use on tahoecs2, and it works.
---

diff --git a/_auto_deps.py b/_auto_deps.py
index d58c7e85..f66ef83f 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.3",
+                  "simplejson >= 1.7.1",
                   "pycryptopp >= 0.2.9",
                   "nevow >= 0.6.0",
                   "zope.interface >= 3.1.0",