File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
regex >= 2020.11.13
2
- tqdm >= 4.54.0
2
+ tqdm >= 4.54.1
3
3
livereload == 2.6.3 ;python_version >= "3.6"
4
4
Markdown == 3.3.3
5
5
readme-renderer == 28.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ packaging>=20.7
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
4
setuptools >= 50.3.2 ;python_version >= "3.5"
5
5
setuptools-scm >= 4.1.2
6
- wheel >= 0.36.0
6
+ wheel >= 0.36.1
7
7
attrs >= 20.3.0
8
8
certifi >= 2020.11.8
9
9
six == 1.15.0
Original file line number Diff line number Diff line change 49
49
print ("\n *** Installing twine: *** (Required for PyPI uploads)\n " )
50
50
os .system ("python -m pip install --upgrade 'twine>=1.15.0'" )
51
51
print ("\n *** Installing tqdm: *** (Required for PyPI uploads)\n " )
52
- os .system ("python -m pip install --upgrade 'tqdm>=4.54.0 '" )
52
+ os .system ("python -m pip install --upgrade 'tqdm>=4.54.1 '" )
53
53
print ("\n *** Publishing The Release to PyPI: ***\n " )
54
54
os .system ('python -m twine upload dist/*' ) # Requires ~/.pypirc Keys
55
55
print ("\n *** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n " )
107
107
'setuptools>=44.1.1;python_version<"3.5"' ,
108
108
'setuptools>=50.3.2;python_version>="3.5"' ,
109
109
'setuptools-scm' ,
110
- 'wheel>=0.36.0 ' ,
110
+ 'wheel>=0.36.1 ' ,
111
111
'attrs>=20.3.0' ,
112
112
'certifi>=2020.11.8' ,
113
113
'six' ,
You can’t perform that action at this time.
0 commit comments