auto_deps: require foolscap >= 2.5

the key_generator depends upon tub.setLocationAutomatically() which is only
available in foolscap > 0.2.5
This commit is contained in:
robk-tahoe 2008-04-03 16:06:46 -07:00
parent 1ae2c39862
commit 5333d976e8

View File

@ -1,5 +1,5 @@
install_requires=["zfec >= 1.1.0",
"foolscap >= 0.2.4",
"foolscap >= 0.2.5",
"simplejson >= 1.4",
"pycryptopp >= 0.2.8",
"nevow >= 0.6.0",