mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
[requires.io] dependency update on main branch (#4602)
* [requires.io] dependency update * [requires.io] dependency update * Update setup.py * Update setup.py Co-authored-by: requires.io <support@requires.io>
This commit is contained in:
parent
01c18c109b
commit
292e3b413c
6
setup.py
6
setup.py
@ -85,7 +85,7 @@ setup(
|
|||||||
"pyparsing>=2.4.2,<2.5",
|
"pyparsing>=2.4.2,<2.5",
|
||||||
"pyperclip>=1.6.0,<1.9",
|
"pyperclip>=1.6.0,<1.9",
|
||||||
"ruamel.yaml>=0.16,<0.18",
|
"ruamel.yaml>=0.16,<0.18",
|
||||||
"sortedcontainers>=2.3,<2.4",
|
"sortedcontainers>=2.3,<2.5",
|
||||||
"tornado>=4.3,<7",
|
"tornado>=4.3,<7",
|
||||||
"urwid>=2.1.1,<2.2",
|
"urwid>=2.1.1,<2.2",
|
||||||
"wsproto>=1.0,<1.1",
|
"wsproto>=1.0,<1.1",
|
||||||
@ -97,11 +97,11 @@ setup(
|
|||||||
"pydivert>=2.0.3,<2.2",
|
"pydivert>=2.0.3,<2.2",
|
||||||
],
|
],
|
||||||
'dev': [
|
'dev': [
|
||||||
"hypothesis>=5.8,<6.13",
|
"hypothesis>=5.8,<7",
|
||||||
"parver>=0.1,<2.0",
|
"parver>=0.1,<2.0",
|
||||||
"pdoc>=4.0.0",
|
"pdoc>=4.0.0",
|
||||||
"pyinstaller==4.3",
|
"pyinstaller==4.3",
|
||||||
"pytest-asyncio>=0.10.0,<0.14,!=0.14",
|
"pytest-asyncio>=0.10.0,<0.16,!=0.14",
|
||||||
"pytest-cov>=2.7.1,<3",
|
"pytest-cov>=2.7.1,<3",
|
||||||
"pytest-timeout>=1.3.3,<2",
|
"pytest-timeout>=1.3.3,<2",
|
||||||
"pytest-xdist>=2.1.0,<3",
|
"pytest-xdist>=2.1.0,<3",
|
||||||
|
Loading…
Reference in New Issue
Block a user