mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 09:37:37 +00:00
[requires.io] dependency update on master branch (#2360)
This commit is contained in:
parent
e14c4947e2
commit
acd568c6fa
4
setup.py
4
setup.py
@ -61,10 +61,10 @@ setup(
|
|||||||
# It is not considered best practice to use install_requires to pin dependencies to specific versions.
|
# It is not considered best practice to use install_requires to pin dependencies to specific versions.
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"blinker>=1.4, <1.5",
|
"blinker>=1.4, <1.5",
|
||||||
"brotlipy>=0.5.1, <0.7",
|
"brotlipy>=0.5.1, <0.8",
|
||||||
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
|
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
|
||||||
"click>=6.2, <7",
|
"click>=6.2, <7",
|
||||||
"cryptography>=1.4, <1.9",
|
"cryptography>=1.4, <1.10",
|
||||||
"cssutils>=1.0.1, <1.1",
|
"cssutils>=1.0.1, <1.1",
|
||||||
"h2>=3.0, <4",
|
"h2>=3.0, <4",
|
||||||
"html2text>=2016.1.8, <=2016.9.19",
|
"html2text>=2016.1.8, <=2016.9.19",
|
||||||
|
Loading…
Reference in New Issue
Block a user