setup: loosen our requirement on pycryptopp from >= 0.2.9 to >= 0.2.8

Again, tahoecs2 has pycryptopp v0.2.8, and reviewing the pycryptopp change history shows that there were no important bugfixes added since 0.2.8.
This commit is contained in:
Zooko O'Whielacronx 2008-01-23 11:00:35 -07:00
parent 573502c12a
commit 69ae5b0b75

View File

@ -1,7 +1,7 @@
install_requires=["zfec >= 1.1.0",
"foolscap >= 0.2.3",
"simplejson >= 1.7.1",
"pycryptopp >= 0.2.9",
"pycryptopp >= 0.2.8",
"nevow >= 0.6.0",
"zope.interface >= 3.1.0",
]