Update Python dependencies

This commit is contained in:
Michael Mintz 2020-08-29 21:38:36 -04:00
parent a29705150a
commit 61be0ccb45
3 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,7 @@
livereload==2.6.3;python_version>="3.6"
pymdown-extensions==8.0
mkdocs==1.1.2
mkdocs-material==5.5.10
mkdocs-material==5.5.11
mkdocs-simple-hooks==0.1.1
mkdocs-material-extensions==1.0
mkdocs-minify-plugin==0.3.0

View File

@ -15,6 +15,8 @@ urllib3==1.25.10
requests==2.24.0
selenium==3.141.0
msedge-selenium-tools==3.141.2
more-itertools==5.0.0;python_version<"3.5"
more-itertools==8.5.0;python_version>="3.5"
pluggy==0.13.1
attrs>=20.1.0
py==1.8.1;python_version<"3.5"
@ -40,16 +42,16 @@ cryptography==3.0;python_version<"3.6"
cryptography==3.1;python_version>="3.6"
pyopenssl==19.1.0
prompt-toolkit==1.0.18;python_version<"3.6.1"
prompt-toolkit==3.0.6;python_version>="3.6.1"
prompt-toolkit==3.0.7;python_version>="3.6.1"
pygments==2.5.2;python_version<"3.5"
pygments==2.6.1;python_version>="3.5"
ipython==5.10.0;python_version<"3.5"
ipython==6.5.0;python_version>="3.5" and python_version<"3.7"
ipython==7.17.0;python_version>="3.7"
ipython==7.18.1;python_version>="3.7"
colorama==0.4.3
pymysql==0.10.0
coverage==5.2.1
brython>=3.8.9
brython==3.8.10
pyotp==2.4.0
boto==2.49.0
cffi==1.14.2

View File

@ -107,6 +107,8 @@ setup(
'requests==2.24.0',
'selenium==3.141.0',
'msedge-selenium-tools==3.141.2',
'more-itertools==5.0.0;python_version<"3.5"',
'more-itertools==8.5.0;python_version>="3.5"',
'pluggy==0.13.1',
'attrs>=20.1.0',
'py==1.8.1;python_version<"3.5"',
@ -132,16 +134,16 @@ setup(
'cryptography==3.1;python_version>="3.6"',
'pyopenssl==19.1.0',
'prompt-toolkit==1.0.18;python_version<"3.6.1"',
'prompt-toolkit==3.0.6;python_version>="3.6.1"',
'prompt-toolkit==3.0.7;python_version>="3.6.1"',
'pygments==2.5.2;python_version<"3.5"',
'pygments==2.6.1;python_version>="3.5"',
'ipython==5.10.0;python_version<"3.5"',
'ipython==6.5.0;python_version>="3.5" and python_version<"3.7"',
'ipython==7.17.0;python_version>="3.7"',
'ipython==7.18.1;python_version>="3.7"',
'colorama==0.4.3',
'pymysql==0.10.0',
'coverage==5.2.1',
'brython>=3.8.9',
'brython==3.8.10',
'pyotp==2.4.0',
'boto==2.49.0',
'cffi==1.14.2',