From 49dccbd4668a2b128e0dca673167fd8a2d0535b5 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Wed, 23 Jan 2008 09:54:20 -0700 Subject: [PATCH] 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. --- _auto_deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.45.2