fonttools/requirements.txt
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

3 lines
109 B
Plaintext

brotli==0.5.2
unicodedata2==9.0.0.post4; python_version < '3.6' and platform_python_implementation != "PyPy"