Don't pin cryptography

This commit is contained in:
MinchinWeb 2018-04-08 17:15:56 -06:00
parent b3e614f441
commit 8953d9ab84

View file

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