mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
Merge pull request #1857 from mitmproxy/bump-cryptography
update dependencies
This commit is contained in:
commit
78c78ce651
2
setup.py
2
setup.py
@ -64,7 +64,7 @@ setup(
|
|||||||
"click>=6.2, <7",
|
"click>=6.2, <7",
|
||||||
"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!
|
||||||
"construct>=2.8, <2.9",
|
"construct>=2.8, <2.9",
|
||||||
"cryptography>=1.3, <1.7",
|
"cryptography>=1.3, <1.8",
|
||||||
"cssutils>=1.0.1, <1.1",
|
"cssutils>=1.0.1, <1.1",
|
||||||
"Flask>=0.10.1, <0.12",
|
"Flask>=0.10.1, <0.12",
|
||||||
"h2>=2.5.0, <3",
|
"h2>=2.5.0, <3",
|
||||||
|
Loading…
Reference in New Issue
Block a user