|
51 | 51 | print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
|
52 | 52 | os.system("python -m pip install --upgrade 'twine>=4.0.1'")
|
53 | 53 | print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
|
54 |
| - os.system("python -m pip install --upgrade 'tqdm>=4.64.0'") |
| 54 | + os.system("python -m pip install --upgrade tqdm") |
55 | 55 | print("\n*** Rebuilding distribution packages: ***\n")
|
56 | 56 | os.system("python -m build") # Create new tar/wheel
|
57 | 57 | print("\n*** Publishing The Release to PyPI: ***\n")
|
|
134 | 134 | 'setuptools>=65.3.0;python_version>="3.7"',
|
135 | 135 | 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
|
136 | 136 | 'tomli>=2.0.1;python_version>="3.7"',
|
| 137 | + "tqdm>=4.64.1", |
137 | 138 | "wheel>=0.37.1",
|
138 | 139 | 'attrs>=21.4.0;python_version<"3.6"',
|
139 | 140 | 'attrs>=22.1.0;python_version>="3.6"',
|
|
193 | 194 | 'py==1.11.0;python_version>="3.6"',
|
194 | 195 | 'pytest==4.6.11;python_version<"3.6"',
|
195 | 196 | 'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"',
|
196 |
| - 'pytest==7.1.2;python_version>="3.7"', |
| 197 | + 'pytest==7.1.3;python_version>="3.7"', |
197 | 198 | 'pytest-forked==1.3.0;python_version<"3.6"',
|
198 | 199 | 'pytest-forked==1.4.0;python_version>="3.6"',
|
199 | 200 | 'pytest-html==1.22.1;python_version<"3.6"',
|
|
221 | 222 | 'pygments==2.5.2;python_version<"3.6"',
|
222 | 223 | 'pygments==2.13.0;python_version>="3.6"',
|
223 | 224 | 'prompt-toolkit==1.0.18;python_version<"3.6"',
|
224 |
| - 'prompt-toolkit==3.0.30;python_version>="3.6"', |
| 225 | + 'prompt-toolkit==3.0.31;python_version>="3.6"', |
225 | 226 | 'decorator==4.4.2;python_version<"3.6"',
|
226 | 227 | 'decorator==5.1.1;python_version>="3.6"',
|
227 | 228 | 'ipython==5.10.0;python_version<"3.6"',
|
|
0 commit comments