mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +00:00
pin pyopenssl to fix builds, refs #3692
This commit is contained in:
parent
ac22aee2f5
commit
70e3871fdb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -76,7 +76,7 @@ setup(
|
|||
"passlib>=1.6.5, <1.8",
|
||||
"protobuf>=3.6.0, <3.11",
|
||||
"pyasn1>=0.3.1,<0.5",
|
||||
"pyOpenSSL>=19.0.0,<20",
|
||||
"pyOpenSSL==19.0.0",
|
||||
"pyparsing>=2.4.2,<2.5",
|
||||
"pyperclip>=1.6.0,<1.8",
|
||||
"ruamel.yaml>=0.16,<0.17",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue