Update the Python requirements

This commit is contained in:
Michael Mintz 2020-09-15 17:18:43 -04:00
parent 5e3f3b8397
commit 44900ce9ed
2 changed files with 4 additions and 4 deletions

View File

@ -54,12 +54,12 @@ ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
ipython==7.18.1;python_version>="3.7"
colorama==0.4.3
pymysql==0.10.1
coverage==5.2.1
coverage==5.3
brython==3.8.10
pyotp==2.4.0
boto==2.49.0
cffi==1.14.2
rich==6.1.2;python_version>="3.6" and python_version<"4.0"
rich==6.2.0;python_version>="3.6" and python_version<"4.0"
flake8==3.7.9;python_version<"3.5"
flake8==3.8.3;python_version>="3.5"
pyflakes==2.1.1;python_version<"3.5"

View File

@ -146,12 +146,12 @@ setup(
'ipython==7.18.1;python_version>="3.7"',
'colorama==0.4.3',
'pymysql==0.10.1',
'coverage==5.2.1',
'coverage==5.3',
'brython==3.8.10',
'pyotp==2.4.0',
'boto==2.49.0',
'cffi==1.14.2',
'rich==6.1.2;python_version>="3.6" and python_version<"4.0"',
'rich==6.2.0;python_version>="3.6" and python_version<"4.0"',
'flake8==3.7.9;python_version<"3.5"',
'flake8==3.8.3;python_version>="3.5"',
'pyflakes==2.1.1;python_version<"3.5"',