requirements.txt: update brotli to 1.0.1

This commit is contained in:
Cosimo Lupo 2017-11-13 11:28:44 +00:00
parent bb60cc4e2b
commit 06d1f64d40

View File

@ -1,6 +1,6 @@
# we use the official Brotli module on CPython and the CFFI-based # we use the official Brotli module on CPython and the CFFI-based
# extension 'brotlipy' on PyPy # extension 'brotlipy' on PyPy
brotli==0.6.0; platform_python_implementation != "PyPy" brotli==1.0.1; platform_python_implementation != "PyPy"
brotlipy==0.7.0; 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==10.0.0; python_version < '3.7' and platform_python_implementation != "PyPy"
munkres==1.0.10 munkres==1.0.10