Skip to content

Commit 3c5450d

Browse files
committed
Update docs dependencies
1 parent 1fb8c0c commit 3c5450d

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

docs/requirements.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
regex>=2021.4.4
2-
tqdm>=4.61.1
1+
regex>=2021.7.6
2+
tqdm>=4.61.2
33
livereload==2.6.3;python_version>="3.6"
44
joblib==1.0.1;python_version>="3.6"
55
Markdown==3.3.4;python_version>="3.6"
66
MarkupSafe==2.0.1;python_version>="3.6"
77
docutils==0.17.1
88
Jinja2==3.0.1;python_version>="3.6"
9-
click==8.0.1
9+
click==8.0.1;python_version>="3.6"
10+
zipp==3.5.0;python_version>="3.6"
1011
readme-renderer==29.0
11-
pymdown-extensions==8.2
12-
importlib-metadata==4.6.0;python_version>="3.6"
13-
lunr==0.6.0
14-
nltk==3.6.2
15-
watchdog==2.1.3
16-
mkdocs==1.2.1
17-
mkdocs-material==7.1.3
12+
pymdown-extensions==8.2;python_version>="3.6"
13+
importlib-metadata==4.6.1;python_version>="3.6"
14+
lunr==0.6.0;python_version>="3.6"
15+
nltk==3.6.2;python_version>="3.6"
16+
watchdog==2.1.3;python_version>="3.6"
17+
mkdocs==1.2.1;python_version>="3.6"
18+
mkdocs-material==7.1.3;python_version>="3.6"
1819
mkdocs-exclude-search==0.5.2;python_version>="3.6"
1920
mkdocs-simple-hooks==0.1.3
20-
mkdocs-material-extensions==1.0.1
21+
mkdocs-material-extensions==1.0.1;python_version>="3.6"
2122
mkdocs-minify-plugin==0.4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
5151
os.system("python -m pip install --upgrade 'twine>=1.15.0'")
5252
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
53-
os.system("python -m pip install --upgrade 'tqdm>=4.61.1'")
53+
os.system("python -m pip install --upgrade 'tqdm>=4.61.2'")
5454
print("\n*** Publishing The Release to PyPI: ***\n")
5555
os.system("python -m twine upload dist/*") # Requires ~/.pypirc Keys
5656
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")

0 commit comments

Comments
 (0)