upgrade cryptography dependency for new wheels
This commit is contained in:
parent
46428412d6
commit
9e2d050bb3
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue