_auto_deps.py: relax our simplejson dependency to 1.4, since I think it works and because that's what feisty offers

This commit is contained in:
Brian Warner 2008-01-23 13:03:09 -07:00
parent b6ff029673
commit f76a81fda2

View 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",