cryptography 3.1.1 for OpenSSL 1.1.1h

This commit is contained in:
Gene Hoffman 2020-09-22 10:34:18 -07:00 committed by Gene Hoffman
parent f7a8d8725a
commit 9248f30bcf
1 changed files with 1 additions and 1 deletions

View File

@ -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