Refresh Python dependencies
This commit is contained in:
parent
bf480d7869
commit
483b19c556
|
@ -116,7 +116,7 @@ Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
|
||||||
Pillow==9.0.0;python_version>="3.7"
|
Pillow==9.0.0;python_version>="3.7"
|
||||||
typing-extensions==3.10.0.2;python_version<"3.6"
|
typing-extensions==3.10.0.2;python_version<"3.6"
|
||||||
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"
|
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"
|
||||||
rich==10.16.2;python_version>="3.6" and python_version<"4.0"
|
rich==11.0.0;python_version>="3.6" and python_version<"4.0"
|
||||||
tornado==5.1.1;python_version<"3.5"
|
tornado==5.1.1;python_version<"3.5"
|
||||||
tornado==6.1;python_version>="3.5"
|
tornado==6.1;python_version>="3.5"
|
||||||
pdfminer.six==20191110;python_version<"3.5"
|
pdfminer.six==20191110;python_version<"3.5"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -241,7 +241,7 @@ setup(
|
||||||
'Pillow==9.0.0;python_version>="3.7"',
|
'Pillow==9.0.0;python_version>="3.7"',
|
||||||
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
|
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
|
||||||
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
||||||
'rich==10.16.2;python_version>="3.6" and python_version<"4.0"',
|
'rich==11.0.0;python_version>="3.6" and python_version<"4.0"',
|
||||||
'tornado==5.1.1;python_version<"3.5"',
|
'tornado==5.1.1;python_version<"3.5"',
|
||||||
'tornado==6.1;python_version>="3.5"',
|
'tornado==6.1;python_version>="3.5"',
|
||||||
'pdfminer.six==20191110;python_version<"3.5"',
|
'pdfminer.six==20191110;python_version<"3.5"',
|
||||||
|
|
Loading…
Reference in New Issue