Merge pull request #101 from lnielsen-cern/unpin-req

Unpin cryptography requirement.
This commit is contained in:
Konsta Vesterinen
2014-12-05 13:19:58 +02:00

View File

@@ -47,7 +47,7 @@ extras_require = {
'ipaddress': ['ipaddr'] if not PY3 else [],
'timezone': ['python-dateutil'],
'url': ['furl >= 0.3.5'] if not PY3 else [],
'encrypted': ['cryptography==0.6']
'encrypted': ['cryptography>=0.6']
}