mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-02 11:16:41 +00:00
added cryptography dependency
This commit is contained in:
parent
77a4920d15
commit
b9567ad25e
@ -45,6 +45,9 @@ install_requires = [
|
|||||||
# pycryptopp-0.6.0 includes ed25519
|
# pycryptopp-0.6.0 includes ed25519
|
||||||
"pycryptopp >= 0.6.0",
|
"pycryptopp >= 0.6.0",
|
||||||
|
|
||||||
|
# cryptography>2.3 because of CVE-2018-10903
|
||||||
|
'cryptography >= 2.3',
|
||||||
|
|
||||||
"service-identity", # this is needed to suppress complaints about being unable to verify certs
|
"service-identity", # this is needed to suppress complaints about being unable to verify certs
|
||||||
"characteristic >= 14.0.0", # latest service-identity depends on this version
|
"characteristic >= 14.0.0", # latest service-identity depends on this version
|
||||||
"pyasn1 >= 0.1.8", # latest pyasn1-modules depends on this version
|
"pyasn1 >= 0.1.8", # latest pyasn1-modules depends on this version
|
||||||
@ -115,6 +118,7 @@ package_imports = [
|
|||||||
# package name module name
|
# package name module name
|
||||||
('foolscap', 'foolscap'),
|
('foolscap', 'foolscap'),
|
||||||
('pycryptopp', 'pycryptopp'),
|
('pycryptopp', 'pycryptopp'),
|
||||||
|
('cryptography', 'cryptography'),
|
||||||
('zfec', 'zfec'),
|
('zfec', 'zfec'),
|
||||||
('Twisted', 'twisted'),
|
('Twisted', 'twisted'),
|
||||||
('Nevow', 'nevow'),
|
('Nevow', 'nevow'),
|
||||||
|
Loading…
Reference in New Issue
Block a user