commit | b8b30d8e551d842c094f57b0d6ebcd86879fbc58 | [log] [tgz] |
---|---|---|
author | Cosimo Lupo <[email protected]> | Thu Mar 02 13:27:49 2017 +0000 |
committer | Cosimo Lupo <[email protected]> | Thu Mar 02 13:27:49 2017 +0000 |
tree | 61aed0ecb4060355daa51ea0f2c826172120ff0a | |
parent | 0b7da14b4134b9526b636f2a1defb336d4803a32 [diff] |
[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.