Update Python requirements

This commit is contained in:
Michael Mintz 2020-09-23 12:51:36 -04:00
parent 57faf6f8a2
commit 4480794fb6
3 changed files with 10 additions and 4 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.13
mkdocs-material==5.5.14
mkdocs-simple-hooks==0.1.1
mkdocs-material-extensions==1.0
mkdocs-material-extensions==1.0.1
mkdocs-minify-plugin==0.3.0

View File

@ -40,7 +40,7 @@ soupsieve==1.9.6;python_version<"3.5"
soupsieve==2.0.1;python_version>="3.5"
beautifulsoup4==4.9.1
cryptography==3.0;python_version<"3.6"
cryptography==3.1;python_version>="3.6"
cryptography==3.1.1;python_version>="3.6"
pyopenssl==19.1.0
pygments==2.5.2;python_version<"3.5"
pygments==2.7.1;python_version>="3.5"
@ -59,6 +59,9 @@ brython==3.8.10
pyotp==2.4.0
boto==2.49.0
cffi==1.14.3
zipp==1.2.0;python_version<"3.6"
zipp==3.2.0;python_version>="3.6"
importlib-metadata==2.0.0
rich==7.0.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"

View File

@ -132,7 +132,7 @@ setup(
'soupsieve==2.0.1;python_version>="3.5"',
'beautifulsoup4==4.9.1',
'cryptography==3.0;python_version<"3.6"',
'cryptography==3.1;python_version>="3.6"',
'cryptography==3.1.1;python_version>="3.6"',
'pyopenssl==19.1.0',
'pygments==2.5.2;python_version<"3.5"',
'pygments==2.7.1;python_version>="3.5"',
@ -151,6 +151,9 @@ setup(
'pyotp==2.4.0',
'boto==2.49.0',
'cffi==1.14.3',
'zipp==1.2.0;python_version<"3.6"',
'zipp==3.2.0;python_version>="3.6"',
'importlib-metadata==2.0.0',
'rich==7.0.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"',