mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-13 21:08:21 +00:00
setup: require pycryptopp >= 0.2.6
This commit is contained in:
@ -24,7 +24,7 @@ except ImportError:
|
|||||||
install_requires=["zfec >= 1.0.3",
|
install_requires=["zfec >= 1.0.3",
|
||||||
"foolscap >= 0.1.6",
|
"foolscap >= 0.1.6",
|
||||||
"simplejson >= 1.4",
|
"simplejson >= 1.4",
|
||||||
"pycryptopp >= 0.2.5",
|
"pycryptopp >= 0.2.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user