10 Commits

Author SHA1 Message Date
Cosimo Lupo
cc08ab1050
add munkres to requirements.txt to test varLib.interpolatable 2017-03-07 11:24:16 +00:00
Cosimo Lupo
b8b30d8e55
[requirements.txt] add unicodedata2, for 3.5 and below
Note that we only use requirements.txt for running the test suite inside tox.
I didn't add (yet?) unicodedata2 module to 'install_requires' in setup.py.

Python 3.6 does not need it, as it's built-in unicodedata module is the
same as unicodedata2 backport.

PyPy is also excluded because currently there is no pre-compiled wheel
available for that implementation.
2017-03-02 13:27:49 +00:00
Cosimo Lupo
20cd11b0b0
requirements.txt: fetch Brotli from PyPI 2016-12-31 13:46:33 +01:00
Cosimo Lupo
1b2af584ff requirements.txt: use the latest Brotli 0.5.2 2016-08-12 11:14:42 +01:00
Cosimo Lupo
64d055c742 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.
2016-08-06 11:30:41 +01:00
Cosimo Lupo
627a54d76f [requirements.txt] install Brotli from v0.3.0 tagged release 2016-02-07 01:04:20 +00:00
Cosimo Lupo
4c49cc6b6e requirements.txt: change commit hash to point to latest google/brotli HEAD
this is in order to compile brotli with old gcc without `-std=c++0x` flag
2015-12-09 12:59:47 +00:00
Cosimo Lupo
c1a1d39b22 [requirements.txt] pip install Brotli v0.2.0 2015-09-10 09:42:56 +01:00
Cosimo Lupo
00c3afd421 [requirements.txt] pip install Brotli-0.1.0 2015-08-11 15:24:50 +01:00
Cosimo Lupo
682971b524 add pip requirements.txt file containing brotli's git url
Check out Brotli repository at the commit afbec11 (current HEAD)
2015-08-07 18:23:41 +01:00