From 2fef56767b113953fb35b3b0729a064b92b8c305 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 27 May 2019 16:10:18 +0800 Subject: 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. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4c17bdc6..7f83de63 100644 --- a/setup.py +++ b/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", -- cgit v1.2.3