requirements.txt: update brotli to 1.0.1
This commit is contained in:
parent
bb60cc4e2b
commit
06d1f64d40
@ -1,6 +1,6 @@
|
||||
# we use the official Brotli module on CPython and the CFFI-based
|
||||
# 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"
|
||||
unicodedata2==10.0.0; python_version < '3.7' and platform_python_implementation != "PyPy"
|
||||
munkres==1.0.10
|
||||
|
Loading…
x
Reference in New Issue
Block a user