mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 20:11:47 +00:00
_auto_deps.py: per #456, don't require the 'secure_connections' feature from Foolscap, to avoid (failing) builds of pyopenssl
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
install_requires=["zfec >= 1.1.0",
|
install_requires=["zfec >= 1.1.0",
|
||||||
"foolscap[secure_connections] >= 0.2.8",
|
"foolscap >= 0.2.8",
|
||||||
"simplejson >= 1.4",
|
"simplejson >= 1.4",
|
||||||
|
|
||||||
# pycryptopp < 0.5 had a bug which, using a Microsoft
|
# pycryptopp < 0.5 had a bug which, using a Microsoft
|
||||||
|
Reference in New Issue
Block a user