mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
update dependencies
This commit is contained in:
parent
fed3d3eb37
commit
c88d3a9431
4
setup.py
4
setup.py
@ -64,7 +64,7 @@ setup(
|
||||
"blinker>=1.4, <1.5",
|
||||
"Brotli>=1.0,<1.1",
|
||||
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
|
||||
"click>=6.2, <7",
|
||||
"click>=7.0,<8",
|
||||
"cryptography>=2.1.4,<2.5",
|
||||
"h2>=3.0.1,<4",
|
||||
"hyperframe>=5.1.0,<6",
|
||||
@ -104,7 +104,7 @@ setup(
|
||||
"rstcheck>=2.2,<4.0",
|
||||
],
|
||||
'examples': [
|
||||
"beautifulsoup4>=4.4.1,<4.7"
|
||||
"beautifulsoup4>=4.4.1,<4.9"
|
||||
]
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user