[GH-610] Fix for old crypto module (#621)

This commit is contained in:
Jonathan Wren 2019-07-16 15:04:18 -07:00
parent b66fbb1658
commit e3d36645d9

View file

@ -83,7 +83,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",