upgrade cryptography dependency for new wheels

This commit is contained in:
Thomas Kriechbaumer 2016-01-13 12:05:38 +01:00
parent 46428412d6
commit 9e2d050bb3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
deps = { deps = {
"pyasn1>=0.1.9, <0.2", "pyasn1>=0.1.9, <0.2",
"pyOpenSSL>=0.15.1, <0.16", "pyOpenSSL>=0.15.1, <0.16",
"cryptography>=1.1.1, <1.3", "cryptography>=1.2.1, <1.3",
"passlib>=1.6.5, <1.7", "passlib>=1.6.5, <1.7",
"hpack>=2.0.1, <2.1", "hpack>=2.0.1, <2.1",
"six>=1.10.0, <1.11", "six>=1.10.0, <1.11",