Refresh Python dependencies

This commit is contained in:
Michael Mintz 2020-06-15 22:18:45 -04:00
parent 1dba6ee626
commit aa24eb5f87
2 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,7 @@
pip>=20.1.1
packaging>=20.4
setuptools>=44.1.0;python_version<"3.5"
setuptools>=47.1.1;python_version>="3.5"
setuptools>=44.1.1;python_version<"3.5"
setuptools>=47.3.0;python_version>="3.5"
setuptools-scm>=4.1.2
wheel>=0.34.2
six==1.15.0
@ -14,6 +14,7 @@ requests==2.23.0
selenium==3.141.0
pluggy==0.13.1
attrs>=19.3.0
py==1.8.2
pytest==4.6.11;python_version<"3.5"
pytest==5.4.3;python_version>="3.5"
pytest-cov==2.10.0
@ -41,7 +42,7 @@ coverage==5.1
pyotp==2.3.0
boto==2.49.0
cffi==1.14.0
rich==2.1.0;python_version>="3.6" and python_version<"4.0"
rich==2.2.3;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

@ -92,7 +92,8 @@ setup(
install_requires=[
'pip>=20.1.1',
'packaging>=20.4',
'setuptools',
'setuptools>=44.1.1;python_version<"3.5"',
'setuptools>=47.3.0;python_version>="3.5"',
'setuptools-scm',
'wheel',
'six',
@ -105,6 +106,7 @@ setup(
'selenium==3.141.0',
'pluggy==0.13.1',
'attrs>=19.3.0',
'py==1.8.2',
'pytest==4.6.11;python_version<"3.5"',
'pytest==5.4.3;python_version>="3.5"',
'pytest-cov==2.10.0',
@ -125,7 +127,6 @@ setup(
'pyopenssl==19.1.0',
'pygments==2.5.2;python_version<"3.5"',
'pygments==2.6.1;python_version>="3.5"',
'livereload==2.6.2',
'colorama==0.4.3',
'brython>=3.8.9',
'pymysql==0.9.3',
@ -133,7 +134,7 @@ setup(
'pyotp==2.3.0',
'boto==2.49.0',
'cffi==1.14.0',
'rich==2.1.0;python_version>="3.6" and python_version<"4.0"',
'rich==2.2.3;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"',