mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
Use Brotli instead of brotlipy
brotlipy is stuck at brotli 0.6 and upstream is inactive. Let's switch to the official binding which is up-to-date and has same interfaces.
This commit is contained in:
parent
8353f4a55a
commit
2fef56767b
2
setup.py
2
setup.py
@ -62,7 +62,7 @@ setup(
|
||||
# It is not considered best practice to use install_requires to pin dependencies to specific versions.
|
||||
install_requires=[
|
||||
"blinker>=1.4, <1.5",
|
||||
"brotlipy>=0.7.0,<0.8",
|
||||
"Brotli>=1.0,<1.1",
|
||||
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
|
||||
"click>=6.2, <7",
|
||||
"cryptography>=2.1.4,<2.5",
|
||||
|
Loading…
Reference in New Issue
Block a user