Don't pin to a specific version of cryptography

This commit is contained in:
MinchinWeb 2015-04-14 10:41:28 -06:00
parent bf7ece8208
commit 6c9aa9df8c

View file

@ -84,7 +84,7 @@ setup(
"parsedatetime>=1.2", "parsedatetime>=1.2",
"pytz>=2013b", "pytz>=2013b",
"six>=1.7.4", "six>=1.7.4",
"cryptography==0.8.1", "cryptography>=0.8.1",
"tzlocal>=1.1", "tzlocal>=1.1",
"PyYAML>=3.11", "PyYAML>=3.11",
"keyring>=3.3", "keyring>=3.3",