mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
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:
parent
573502c12a
commit
69ae5b0b75
@ -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",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user