Skip to content

Commit 5bcbbf9

Browse files
authored
Merge pull request mitmproxy#3547 from felixonmars/brotli
Use Brotli instead of brotlipy
2 parents 69a3f77 + 0e09613 commit 5bcbbf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# It is not considered best practice to use install_requires to pin dependencies to specific versions.
6363
install_requires=[
6464
"blinker>=1.4, <1.5",
65-
"brotlipy>=0.7.0,<0.8",
65+
"Brotli>=1.0,<1.1",
6666
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
6767
"click>=6.2, <7",
6868
"cryptography>=2.1.4,<2.5",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ commands =
4444
passenv = TRAVIS_* APPVEYOR_* AWS_* TWINE_* DOCKER_* RTOOL_KEY WHEEL DOCKER PYINSTALLER WININSTALLER
4545
deps =
4646
-rrequirements.txt
47-
pyinstaller==3.4
47+
pyinstaller==3.5
4848
twine==1.12.1
4949
awscli
5050
commands =

0 commit comments

Comments
 (0)