Update the docs

This commit is contained in:
Michael Mintz 2021-01-09 20:32:33 -05:00
parent 5e33f53b53
commit c7e04383d9
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
regex>=2020.11.13
tqdm>=4.55.1
tqdm>=4.55.2
livereload==2.6.3;python_version>="3.6"
Markdown==3.3.3
readme-renderer==28.0
pymdown-extensions==8.1
mkdocs==1.1.2
mkdocs-material==6.2.3
mkdocs-material==6.2.4
mkdocs-simple-hooks==0.1.2
mkdocs-material-extensions==1.0.1
mkdocs-minify-plugin==0.3.0

View File

@ -49,7 +49,7 @@ if sys.argv[-1] == 'publish':
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
os.system("python -m pip install --upgrade 'twine>=1.15.0'")
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
os.system("python -m pip install --upgrade 'tqdm>=4.55.1'")
os.system("python -m pip install --upgrade 'tqdm>=4.55.2'")
print("\n*** Publishing The Release to PyPI: ***\n")
os.system('python -m twine upload dist/*') # Requires ~/.pypirc Keys
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")