requirements.txt: bump unicodedata2 to 11.0.0

This commit is contained in:
Cosimo Lupo 2018-07-09 19:27:12 +01:00
parent 452c85ecef
commit 0ae200f310
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -2,6 +2,6 @@
# extension 'brotlipy' on PyPy
brotli==1.0.1; platform_python_implementation != "PyPy"
brotlipy==0.7.0; platform_python_implementation == "PyPy"
unicodedata2==10.0.0; python_version < '3.7' and platform_python_implementation != "PyPy"
unicodedata2==11.0.0; python_version < '3.7' and platform_python_implementation != "PyPy"
munkres==1.0.10
zopfli==0.1.4