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:
Felix Yan 2019-05-27 16:10:18 +08:00
parent 8353f4a55a
commit 2fef56767b
No known key found for this signature in database
GPG Key ID: 786C63F330D7CB92

View File

@ -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",