mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
Merge pull request #3297 from guangchao0831/feature_correct_lib_version
Lib ruamel.yaml version 0.15.55 will cause typing.Sequence[str] unsupported in option.
This commit is contained in:
commit
6c2e15fce3
2
setup.py
2
setup.py
@ -75,7 +75,7 @@ setup(
|
|||||||
"pyOpenSSL>=17.5,<18.1",
|
"pyOpenSSL>=17.5,<18.1",
|
||||||
"pyparsing>=2.1.3, <2.3",
|
"pyparsing>=2.1.3, <2.3",
|
||||||
"pyperclip>=1.6.0, <1.7",
|
"pyperclip>=1.6.0, <1.7",
|
||||||
"ruamel.yaml>=0.13.2, <0.15.61", # https://bitbucket.org/ruamel/yaml/issues/234/ruamelyamlsafe_load-includes-a-in-folded
|
"ruamel.yaml>=0.13.2, <0.15.55",
|
||||||
"sortedcontainers>=1.5.4,<2.1",
|
"sortedcontainers>=1.5.4,<2.1",
|
||||||
"tornado>=4.3,<5.2",
|
"tornado>=4.3,<5.2",
|
||||||
"urwid>=2.0.1,<2.1",
|
"urwid>=2.0.1,<2.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user