mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-01 16:30:14 +00:00
Limit cryptography for now.
This commit is contained in:
parent
33d30b5c80
commit
4b25a92356
6
setup.py
6
setup.py
@ -63,7 +63,11 @@ install_requires = [
|
|||||||
# Twisted[conch] also depends on cryptography and Twisted[tls]
|
# Twisted[conch] also depends on cryptography and Twisted[tls]
|
||||||
# transitively depends on cryptography. So it's anyone's guess what
|
# transitively depends on cryptography. So it's anyone's guess what
|
||||||
# version of cryptography will *really* be installed.
|
# version of cryptography will *really* be installed.
|
||||||
"cryptography >= 2.6",
|
|
||||||
|
# * cryptography 40 broke constants we need; should really be using them
|
||||||
|
# * via pyOpenSSL; will be fixed in
|
||||||
|
# * https://github.com/pyca/pyopenssl/issues/1201
|
||||||
|
"cryptography >= 2.6, < 40",
|
||||||
|
|
||||||
# * The SFTP frontend depends on Twisted 11.0.0 to fix the SSH server
|
# * The SFTP frontend depends on Twisted 11.0.0 to fix the SSH server
|
||||||
# rekeying bug <https://twistedmatrix.com/trac/ticket/4395>
|
# rekeying bug <https://twistedmatrix.com/trac/ticket/4395>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user