requirements.txt: bump unicodedata2 to 11.0.0
This commit is contained in:
parent
452c85ecef
commit
0ae200f310
@ -2,6 +2,6 @@
|
|||||||
# extension 'brotlipy' on PyPy
|
# extension 'brotlipy' on PyPy
|
||||||
brotli==1.0.1; 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==11.0.0; python_version < '3.7' and platform_python_implementation != "PyPy"
|
||||||
munkres==1.0.10
|
munkres==1.0.10
|
||||||
zopfli==0.1.4
|
zopfli==0.1.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user