File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- regex >= 2021.3.17
2
- tqdm >= 4.59 .0
1
+ regex >= 2021.4.4
2
+ tqdm >= 4.60 .0
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
6
+ docutils == 0.17
6
7
Jinja2 == 2.11.3
7
8
readme-renderer == 29.0
8
9
pymdown-extensions == 8.1.1
Original file line number Diff line number Diff line change 51
51
print ("\n *** Installing twine: *** (Required for PyPI uploads)\n " )
52
52
os .system ("python -m pip install --upgrade 'twine>=1.15.0'" )
53
53
print ("\n *** Installing tqdm: *** (Required for PyPI uploads)\n " )
54
- os .system ("python -m pip install --upgrade 'tqdm>=4.59 .0'" )
54
+ os .system ("python -m pip install --upgrade 'tqdm>=4.60 .0'" )
55
55
print ("\n *** Publishing The Release to PyPI: ***\n " )
56
56
os .system ('python -m twine upload dist/*' ) # Requires ~/.pypirc Keys
57
57
print ("\n *** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n " )
You can’t perform that action at this time.
0 commit comments