|
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.50.2'") |
| 52 | + os.system("python -m pip install --upgrade 'tqdm>=4.51.0'") |
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") |
|
144 | 144 | 'soupsieve==2.0.1;python_version>="3.5"', |
145 | 145 | 'beautifulsoup4==4.9.3', |
146 | 146 | 'cryptography==3.0;python_version<"3.6"', |
147 | | - 'cryptography==3.1.1;python_version>="3.6"', |
| 147 | + 'cryptography==3.2;python_version>="3.6"', |
148 | 148 | 'pyopenssl==19.1.0', |
149 | 149 | 'pygments==2.5.2;python_version<"3.5"', |
150 | | - 'pygments==2.7.1;python_version>="3.5"', |
| 150 | + 'pygments==2.7.2;python_version>="3.5"', |
151 | 151 | 'traitlets==4.3.3;python_version<"3.7"', |
152 | 152 | 'traitlets==5.0.5;python_version>="3.7"', |
153 | 153 | 'ipython==5.10.0;python_version<"3.5"', |
|
159 | 159 | 'colorama==0.4.4', |
160 | 160 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv" |
161 | 161 | 'importlib-metadata==2.0.0', # Sync with "virtualenv" |
162 | | - 'virtualenv>=20.0.35', # Sync with importlib-metadata and pathlib2 |
| 162 | + 'virtualenv>=20.1.0', # Sync with importlib-metadata and pathlib2 |
163 | 163 | 'pymysql==0.10.1', |
164 | 164 | 'coverage==5.3', |
165 | 165 | 'brython==3.9.0', |
166 | 166 | 'pyotp==2.4.1', |
167 | 167 | 'boto==2.49.0', |
168 | 168 | 'cffi==1.14.3', |
169 | 169 | 'zipp==1.2.0;python_version<"3.6"', |
170 | | - 'zipp==3.3.1;python_version>="3.6"', |
171 | | - 'rich==9.0.1;python_version>="3.6" and python_version<"4.0"', |
| 170 | + 'zipp==3.4.0;python_version>="3.6"', |
| 171 | + 'rich==9.1.0;python_version>="3.6" and python_version<"4.0"', |
172 | 172 | 'flake8==3.7.9;python_version<"3.5"', |
173 | 173 | 'flake8==3.8.4;python_version>="3.5"', |
174 | 174 | 'pyflakes==2.1.1;python_version<"3.5"', |
|
0 commit comments