Update Cryptography

Fixes SSL issues described in
https://github.com/pyca/cryptography/issues/2750
This commit is contained in:
Manuel Ebert 2016-08-16 11:00:08 +02:00
parent 85934c1980
commit e7b8158d22

View file

@ -83,7 +83,7 @@ setup(
"parsedatetime>=1.5",
"pytz>=2015.7",
"six>=1.10.0",
"cryptography==1.2.2",
"cryptography==1.4",
"tzlocal>=1.2",
"pyyaml>=3.11",
"keyring==7.3",