Unpin cryptography requirement.

This commit is contained in:
Lars Holm Nielsen
2014-12-03 22:26:02 +01:00
parent eb5e17630a
commit 9235f1fc8e

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']
}