From f76a81fda216e4fbbfe977b6ced1cf0930210d79 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 23 Jan 2008 13:03:09 -0700 Subject: [PATCH] _auto_deps.py: relax our simplejson dependency to 1.4, since I think it works and because that's what feisty offers --- _auto_deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.45.2