setup: loosen our version requirement on zfec to require >= 1.1 instead of >= 1.3

I see that we have .deb's only for v1.1.
This commit is contained in:
Zooko O'Whielacronx 2008-01-22 17:35:38 -07:00
parent 348eecd615
commit 7e41893db7

View File

@ -1,4 +1,4 @@
install_requires=["zfec >= 1.3.0",
install_requires=["zfec >= 1.1.0",
"foolscap >= 0.2.3",
"simplejson >= 1.7.3",
"pycryptopp >= 0.2.9",