Skip to content

Commit 488e956

Browse files
committed
Update docs requirements
1 parent 7a1a978 commit 488e956

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
regex>=2020.9.27
2-
tqdm>=4.50.0
2+
tqdm>=4.50.2
33
livereload==2.6.3;python_version>="3.6"
4+
Markdown==3.3
45
pymdown-extensions==8.0.1
56
mkdocs==1.1.2
67
mkdocs-material==6.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
4545
os.system("python -m pip install --upgrade 'twine>=1.15.0'")
4646
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
47-
os.system("python -m pip install --upgrade 'tqdm>=4.50.0'")
47+
os.system("python -m pip install --upgrade 'tqdm>=4.50.2'")
4848
print("\n*** Publishing The Release to PyPI: ***\n")
4949
os.system('python -m twine upload dist/*') # Requires ~/.pypirc Keys
5050
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")

0 commit comments

Comments
 (0)