We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69a3f77 + 0e09613 commit 5bcbbf9Copy full SHA for 5bcbbf9
setup.py
@@ -62,7 +62,7 @@
62
# It is not considered best practice to use install_requires to pin dependencies to specific versions.
63
install_requires=[
64
"blinker>=1.4, <1.5",
65
- "brotlipy>=0.7.0,<0.8",
+ "Brotli>=1.0,<1.1",
66
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
67
"click>=6.2, <7",
68
"cryptography>=2.1.4,<2.5",
tox.ini
@@ -44,7 +44,7 @@ commands =
44
passenv = TRAVIS_* APPVEYOR_* AWS_* TWINE_* DOCKER_* RTOOL_KEY WHEEL DOCKER PYINSTALLER WININSTALLER
45
deps =
46
-rrequirements.txt
47
- pyinstaller==3.4
+ pyinstaller==3.5
48
twine==1.12.1
49
awscli
50
commands =
0 commit comments