Merge pull request #111 from felixonmars/master

Allow cryptography 1.2.*
This commit is contained in:
Maximilian Hils 2016-01-10 18:20:41 +01:00
commit 46428412d6

View File

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