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.
This commit is contained in:
Zooko O'Whielacronx 2008-01-23 09:54:20 -07:00
parent e00b5daff7
commit 49dccbd466

View File

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