[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.
This commit is contained in:
parent
0b7da14b41
commit
b8b30d8e55
@ -1 +1,2 @@
|
||||
brotli==0.5.2
|
||||
unicodedata2==9.0.0.post4; python_version < '3.6' and platform_python_implementation != "PyPy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user