|
136 | 136 | 'setuptools>=68.0.0;python_version<"3.8"',
|
137 | 137 | 'setuptools>=69.0.3;python_version>="3.8"',
|
138 | 138 | 'wheel>=0.42.0',
|
139 |
| - 'attrs>=23.1.0', |
| 139 | + 'attrs>=23.2.0', |
140 | 140 | "certifi>=2023.11.17",
|
141 | 141 | 'filelock>=3.12.2;python_version<"3.8"',
|
142 | 142 | 'filelock>=3.13.1;python_version>="3.8"',
|
143 | 143 | 'platformdirs>=4.0.0;python_version<"3.8"',
|
144 | 144 | 'platformdirs>=4.1.0;python_version>="3.8"',
|
145 | 145 | 'parse>=1.20.0',
|
146 | 146 | 'parse-type>=0.6.2',
|
| 147 | + 'pyyaml>=6.0.1', |
147 | 148 | "six==1.16.0",
|
148 | 149 | "idna==3.6",
|
149 | 150 | 'chardet==5.2.0',
|
|
169 | 170 | 'pluggy==1.2.0;python_version<"3.8"',
|
170 | 171 | 'pluggy==1.3.0;python_version>="3.8"',
|
171 | 172 | "py==1.11.0",
|
172 |
| - 'pytest==7.4.3', |
| 173 | + 'pytest==7.4.4', |
173 | 174 | "pytest-html==2.0.1", # Newer ones had issues
|
174 | 175 | 'pytest-metadata==3.0.0',
|
175 | 176 | "pytest-ordering==0.6",
|
|
206 | 207 | # Usage: coverage run -m pytest; coverage html; coverage report
|
207 | 208 | "coverage": [
|
208 | 209 | 'coverage==7.2.7;python_version<"3.8"',
|
209 |
| - 'coverage==7.3.4;python_version>="3.8"', |
| 210 | + 'coverage==7.4.0;python_version>="3.8"', |
210 | 211 | 'pytest-cov==4.1.0',
|
211 | 212 | ],
|
212 | 213 | # pip install -e .[flake8]
|
|
229 | 230 | # pip install -e .[pdfminer]
|
230 | 231 | # (An optional library for parsing PDF files.)
|
231 | 232 | "pdfminer": [
|
232 |
| - 'pdfminer.six==20221105', |
| 233 | + 'pdfminer.six==20221105;python_version<"3.8"', |
| 234 | + 'pdfminer.six==20231228;python_version>="3.8"', |
233 | 235 | 'cryptography==39.0.2;python_version<"3.9"',
|
234 | 236 | 'cryptography==41.0.7;python_version>="3.9"',
|
235 | 237 | 'cffi==1.15.1;python_version<"3.8"',
|
|
247 | 249 | "psutil": [
|
248 | 250 | "psutil==5.9.6",
|
249 | 251 | ],
|
| 252 | + # pip install -e .[selenium-stealth] |
| 253 | + "selenium-stealth": [ |
| 254 | + 'selenium-stealth==1.0.6', |
| 255 | + ], |
250 | 256 | # pip install -e .[selenium-wire]
|
251 | 257 | "selenium-wire": [
|
252 | 258 | 'selenium-wire==5.1.0',
|
|
0 commit comments