mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Merge pull request #111 from felixonmars/master
Allow cryptography 1.2.*
This commit is contained in:
commit
46428412d6
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.2",
|
"cryptography>=1.1.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
Block a user