mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 19:27:14 +00:00
Merge pull request #3547 from felixonmars/brotli
Use Brotli instead of brotlipy
This commit is contained in:
commit
5bcbbf9aeb
2 changed files with 2 additions and 2 deletions
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",
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -44,7 +44,7 @@ commands =
|
|||
passenv = TRAVIS_* APPVEYOR_* AWS_* TWINE_* DOCKER_* RTOOL_KEY WHEEL DOCKER PYINSTALLER WININSTALLER
|
||||
deps =
|
||||
-rrequirements.txt
|
||||
pyinstaller==3.4
|
||||
pyinstaller==3.5
|
||||
twine==1.12.1
|
||||
awscli
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue