Update Python dependencies

This commit is contained in:
Michael Mintz 2021-03-17 23:27:38 -04:00
parent 7455be9514
commit 1b0a9f0e9d
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ Pillow==8.1.2;python_version>="3.6"
rich==9.13.0;python_version>="3.6" and python_version<"4.0"
tornado==5.1.1;python_version<"3.5"
tornado==6.1;python_version>="3.5"
allure-pytest==2.8.36
allure-pytest==2.8.36;python_version>="3.5"
pdfminer.six==20191110;python_version<"3.5"
pdfminer.six==20201018;python_version>="3.5"

View File

@ -186,7 +186,7 @@ setup(
'rich==9.13.0;python_version>="3.6" and python_version<"4.0"',
'tornado==5.1.1;python_version<"3.5"',
'tornado==6.1;python_version>="3.5"',
'allure-pytest==2.8.36'
'allure-pytest==2.8.36;python_version>="3.5"',
'pdfminer.six==20191110;python_version<"3.5"',
'pdfminer.six==20201018;python_version>="3.5"',
],