mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
fix dependencies for py35 upgrade message
This commit is contained in:
parent
6eb78cc6dc
commit
3915af18a4
4
setup.py
4
setup.py
@ -69,8 +69,8 @@ setup(
|
||||
"click>=7.0,<8",
|
||||
"cryptography>=3.0,<3.1.1",
|
||||
"flask>=1.1.1,<1.2",
|
||||
"h2>=4.0,<5",
|
||||
"hyperframe>=6.0,<7",
|
||||
"h2>=4.0,<5; python_version>='3.6.0'", # python_version only needed to make "py36+ required" message work
|
||||
"hyperframe>=6.0,<7; python_version>='3.6.0'", # python_version only needed to make "py36+ required" message work
|
||||
"kaitaistruct>=0.7,<0.9",
|
||||
"ldap3>=2.8,<2.9",
|
||||
"msgpack>=1.0.0, <1.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user