cryptography 3.1.1 for OpenSSL 1.1.1h
This commit is contained in:
parent
f7a8d8725a
commit
9248f30bcf
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ dependencies = [
|
|||
"cbor2==5.1.2", # Used for network wire format
|
||||
"colorlog==4.2.1", # Adds color to logs
|
||||
"concurrent-log-handler==0.9.17", # Concurrently log and rotate logs
|
||||
"cryptography==3.1", # Python cryptography library for TLS
|
||||
"cryptography==3.1.1", # Python cryptography library for TLS
|
||||
"keyring==21.4.0", # Store keys in MacOS Keychain, Windows Credential Locker
|
||||
"keyrings.cryptfile==1.3.4", # Secure storage for keys on Linux (Will be replaced)
|
||||
"PyYAML==5.3.1", # Used for config file format
|
||||
|
|
Loading…
Reference in New Issue