File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
- regex >= 2021.4.4
2
- tqdm >= 4.61.1
1
+ regex >= 2021.7.6
2
+ tqdm >= 4.61.2
3
3
livereload == 2.6.3 ;python_version >= "3.6"
4
4
joblib == 1.0.1 ;python_version >= "3.6"
5
5
Markdown == 3.3.4 ;python_version >= "3.6"
6
6
MarkupSafe == 2.0.1 ;python_version >= "3.6"
7
7
docutils == 0.17.1
8
8
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"
10
11
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"
18
19
mkdocs-exclude-search == 0.5.2 ;python_version >= "3.6"
19
20
mkdocs-simple-hooks == 0.1.3
20
- mkdocs-material-extensions == 1.0.1
21
+ mkdocs-material-extensions == 1.0.1 ; python_version >= "3.6"
21
22
mkdocs-minify-plugin == 0.4.0
Original file line number Diff line number Diff line change 50
50
print ("\n *** Installing twine: *** (Required for PyPI uploads)\n " )
51
51
os .system ("python -m pip install --upgrade 'twine>=1.15.0'" )
52
52
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 '" )
54
54
print ("\n *** Publishing The Release to PyPI: ***\n " )
55
55
os .system ("python -m twine upload dist/*" ) # Requires ~/.pypirc Keys
56
56
print ("\n *** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n " )
You can’t perform that action at this time.
0 commit comments