mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
Fix typo in parver version spec
This commit is contained in:
parent
8a76970944
commit
d1e3968fa8
2
setup.py
2
setup.py
@ -89,7 +89,7 @@ setup(
|
|||||||
"flake8>=3.5, <3.6",
|
"flake8>=3.5, <3.6",
|
||||||
"Flask>=1.0,<1.1",
|
"Flask>=1.0,<1.1",
|
||||||
"mypy>=0.590,<0.591",
|
"mypy>=0.590,<0.591",
|
||||||
"parver>=0.1<2.0",
|
"parver>=0.1,<2.0",
|
||||||
"pytest-asyncio>=0.8",
|
"pytest-asyncio>=0.8",
|
||||||
"pytest-cov>=2.5.1,<3",
|
"pytest-cov>=2.5.1,<3",
|
||||||
"pytest-faulthandler>=1.3.1,<2",
|
"pytest-faulthandler>=1.3.1,<2",
|
||||||
|
Loading…
Reference in New Issue
Block a user