From 64d055c7424a759f58e31a0c3f4e6140c860676c Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Sat, 6 Aug 2016 11:30:41 +0100 Subject: [PATCH] requirements.txt: download Brotli 0.4.0 pre-compiled wheel (or sdist) from Github Releases this should speed up the Travis and Appveyor builds, as we don't need to compile Brotli from source, at least on OSX and Windows. Linux will still use the .tag.gz source distribution. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0d1e9138..9e8c022a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -git+https://github.com/google/brotli@v0.3.0#egg=Brotli \ No newline at end of file +--find-links https://github.com/google/brotli/releases +brotli==0.4.0 \ No newline at end of file