mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
downgrade ruamel.yaml to fix tests
This commit is contained in:
parent
6d2b823a54
commit
27883e7b05
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -84,7 +84,7 @@ setup(
|
|||
"pyOpenSSL>=20.0,<20.1",
|
||||
"pyparsing>=2.4.2,<2.5",
|
||||
"pyperclip>=1.6.0,<1.9",
|
||||
"ruamel.yaml>=0.16,<0.18",
|
||||
"ruamel.yaml>=0.16,<0.17",
|
||||
"sortedcontainers>=2.3,<2.5",
|
||||
"tornado>=4.3,<7",
|
||||
"urwid>=2.1.1,<2.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue