|
45 | 45 | os.system("rm -f dist/*.egg; rm -f dist/*.tar.gz; rm -f dist/*.whl")
|
46 | 46 | os.system("rm -rf build/bdist.*; rm -rf build/lib")
|
47 | 47 | print("\n*** Installing build: *** (Required for PyPI uploads)\n")
|
48 |
| - os.system("python -m pip install --upgrade 'build>=0.10.0'") |
| 48 | + os.system("python -m pip install --upgrade 'build'") |
49 | 49 | print("\n*** Installing pkginfo: *** (Required for PyPI uploads)\n")
|
50 |
| - os.system("python -m pip install --upgrade 'pkginfo>=1.9.6'") |
| 50 | + os.system("python -m pip install --upgrade 'pkginfo'") |
51 | 51 | print("\n*** Installing readme-renderer: *** (For PyPI uploads)\n")
|
52 |
| - os.system("python -m pip install --upgrade 'readme-renderer>=40.0'") |
| 52 | + os.system("python -m pip install --upgrade 'readme-renderer'") |
| 53 | + print("\n*** Installing jaraco.classes: *** (For PyPI uploads)\n") |
| 54 | + os.system("python -m pip install --upgrade 'jaraco.classes'") |
| 55 | + print("\n*** Installing more-itertools: *** (For PyPI uploads)\n") |
| 56 | + os.system("python -m pip install --upgrade 'more-itertools'") |
| 57 | + print("\n*** Installing zipp: *** (Required for PyPI uploads)\n") |
| 58 | + os.system("python -m pip install --upgrade 'zipp'") |
| 59 | + print("\n*** Installing importlib-metadata: *** (For PyPI uploads)\n") |
| 60 | + os.system("python -m pip install --upgrade 'importlib-metadata'") |
| 61 | + print("\n*** Installing keyring, requests-toolbelt: *** (For PyPI)\n") |
| 62 | + os.system("python -m pip install --upgrade keyring requests-toolbelt") |
53 | 63 | print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
|
54 |
| - os.system("python -m pip install --upgrade 'twine>=4.0.2'") |
55 |
| - print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n") |
56 |
| - os.system("python -m pip install --upgrade tqdm") |
| 64 | + os.system("python -m pip install --upgrade 'twine'") |
57 | 65 | print("\n*** Rebuilding distribution packages: ***\n")
|
58 | 66 | os.system("python -m build") # Create new tar/wheel
|
59 | 67 | print("\n*** Publishing The Release to PyPI: ***\n")
|
|
130 | 138 | 'packaging>=23.1;python_version>="3.7"',
|
131 | 139 | 'setuptools>=59.6.0;python_version<"3.7"',
|
132 | 140 | 'setuptools>=68.0.0;python_version>="3.7"',
|
133 |
| - 'keyring>=23.4.1;python_version<"3.8"', |
134 |
| - 'keyring>=24.1.1;python_version>="3.8"', |
135 |
| - 'tomli>=1.2.3;python_version<"3.7"', |
136 |
| - 'tomli>=2.0.1;python_version>="3.7"', |
137 |
| - 'tqdm>=4.64.1;python_version<"3.7"', |
138 |
| - 'tqdm>=4.65.0;python_version>="3.7"', |
139 | 141 | 'wheel>=0.37.1;python_version<"3.7"',
|
140 | 142 | 'wheel>=0.40.0;python_version>="3.7"',
|
141 | 143 | 'attrs==22.1.0;python_version<"3.7"',
|
142 | 144 | 'attrs>=23.1.0;python_version>="3.7"',
|
143 |
| - "PyYAML>=6.0", |
144 | 145 | "certifi>=2023.5.7",
|
145 | 146 | 'filelock>=3.4.1;python_version<"3.7"',
|
146 | 147 | 'filelock>=3.12.2;python_version>="3.7"',
|
147 | 148 | 'platformdirs>=2.4.0;python_version<"3.7"',
|
148 | 149 | 'platformdirs>=3.8.1;python_version>="3.7"',
|
149 | 150 | 'parse>=1.19.1',
|
150 | 151 | 'parse-type>=0.6.2',
|
151 |
| - 'pyparsing>=3.0.7;python_version<"3.7"', |
152 |
| - 'pyparsing>=3.1.0;python_version>="3.7"', |
153 |
| - 'zipp==3.6.0;python_version<"3.7"', |
154 |
| - 'zipp>=3.15.0;python_version>="3.7"', |
155 |
| - 'more-itertools==8.14.0;python_version<"3.7"', |
156 |
| - 'more-itertools>=9.1.0;python_version>="3.7"', |
157 | 152 | "six==1.16.0",
|
158 | 153 | "idna==3.4",
|
159 | 154 | 'chardet==4.0.0;python_version<"3.7"',
|
|
165 | 160 | 'urllib3>=1.26.16,<2.1.0;python_version>="3.10"',
|
166 | 161 | 'requests==2.27.1;python_version<"3.7"',
|
167 | 162 | 'requests==2.31.0;python_version>="3.7"',
|
168 |
| - 'requests-toolbelt==1.0.0', |
169 | 163 | "pynose==1.4.6",
|
170 | 164 | 'sniffio==1.3.0;python_version>="3.7"',
|
171 | 165 | 'h11==0.14.0;python_version>="3.7"',
|
172 | 166 | 'outcome==1.2.0;python_version>="3.7"',
|
173 | 167 | 'trio==0.22.1;python_version>="3.7"',
|
174 | 168 | 'trio-websocket==0.10.3;python_version>="3.7"',
|
175 |
| - 'pyopenssl==23.2.0;python_version>="3.7"', |
176 | 169 | 'wsproto==1.2.0;python_version>="3.7"',
|
177 | 170 | 'selenium==3.141.0;python_version<"3.7"',
|
178 | 171 | 'selenium==4.10.0;python_version>="3.7"',
|
|
183 | 176 | 'fasteners==0.17.3;python_version<"3.7"',
|
184 | 177 | 'fasteners==0.18;python_version>="3.7"',
|
185 | 178 | 'execnet==1.9.0;python_version<"3.7"',
|
186 |
| - 'execnet==2.0.0;python_version>="3.7"', |
| 179 | + 'execnet==2.0.2;python_version>="3.7"', |
187 | 180 | 'iniconfig==1.1.1;python_version<"3.7"',
|
188 | 181 | 'iniconfig==2.0.0;python_version>="3.7"',
|
189 | 182 | 'pluggy==1.0.0;python_version<"3.7"',
|
|
207 | 200 | 'soupsieve==2.3.2.post1;python_version<"3.7"',
|
208 | 201 | 'soupsieve==2.4.1;python_version>="3.7"',
|
209 | 202 | "beautifulsoup4==4.12.2",
|
210 |
| - 'cryptography==36.0.2;python_version<"3.7"', |
211 |
| - 'cryptography==41.0.1;python_version>="3.7"', |
212 | 203 | 'pygments==2.14.0;python_version<"3.7"',
|
213 | 204 | 'pygments==2.15.1;python_version>="3.7"',
|
214 | 205 | 'pyreadline3==3.4.1;platform_system=="Windows"',
|
|
219 | 210 | 'exceptiongroup==1.1.2;python_version>="3.7"',
|
220 | 211 | 'future-breakpoint==2.0.0;python_version<"3.7"',
|
221 | 212 | 'importlib-metadata==4.2.0;python_version<"3.8"',
|
222 |
| - "pycparser==2.21", |
223 | 213 | 'pyotp==2.7.0;python_version<"3.7"',
|
224 | 214 | 'pyotp==2.8.0;python_version>="3.7"',
|
225 |
| - "cffi==1.15.1", |
226 | 215 | 'typing-extensions==4.1.1;python_version<"3.7"',
|
227 | 216 | 'commonmark==0.9.1;python_version<"3.7"', # For old "rich"
|
228 | 217 | 'markdown-it-py==3.0.0;python_version>="3.8"', # For new "rich"
|
|
272 | 261 | "pdfminer": [
|
273 | 262 | 'pdfminer.six==20211012;python_version<"3.7"',
|
274 | 263 | 'pdfminer.six==20221105;python_version>="3.7"',
|
| 264 | + 'cryptography==36.0.2;python_version<"3.7"', |
| 265 | + 'cryptography==41.0.1;python_version>="3.7"', |
| 266 | + "cffi==1.15.1", |
| 267 | + "pycparser==2.21", |
| 268 | + |
275 | 269 | ],
|
276 | 270 | # pip install -e .[pillow]
|
277 | 271 | "pillow": [
|
|
0 commit comments