|
122 | 122 | ], |
123 | 123 | python_requires=">=3.6", |
124 | 124 | install_requires=[ |
125 | | - 'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"', |
| 125 | + 'pip>=21.3.1;python_version<"3.7"', |
126 | 126 | 'pip>=22.3.1;python_version>="3.7"', |
127 | | - 'packaging>=21.3;python_version>="3.6" and python_version<"3.7"', |
| 127 | + 'packaging>=21.3;python_version<"3.7"', |
128 | 128 | 'packaging>=23.0;python_version>="3.7"', |
129 | | - 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"', |
| 129 | + 'setuptools>=59.6.0;python_version<"3.7"', |
130 | 130 | 'setuptools>=65.7.0;python_version>="3.7"', |
131 | | - 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"', |
| 131 | + 'tomli>=1.2.3;python_version<"3.7"', |
132 | 132 | 'tomli>=2.0.1;python_version>="3.7"', |
133 | 133 | "tqdm>=4.64.1", |
134 | 134 | 'wheel>=0.37.1;python_version<"3.7"', |
135 | 135 | 'wheel>=0.38.4;python_version>="3.7"', |
136 | | - 'attrs==22.1.0;python_version>="3.6" and python_version<"3.7"', |
| 136 | + 'attrs==22.1.0;python_version<"3.7"', |
137 | 137 | 'attrs>=22.2.0;python_version>="3.7"', |
138 | | - 'PyYAML>=6.0;python_version>="3.6"', |
139 | | - 'certifi>=2022.12.7;python_version>="3.6"', |
140 | | - 'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"', |
| 138 | + "PyYAML>=6.0", |
| 139 | + "certifi>=2022.12.7", |
| 140 | + 'filelock>=3.4.1;python_version<"3.7"', |
141 | 141 | 'filelock>=3.9.0;python_version>="3.7"', |
142 | | - 'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"', |
| 142 | + 'platformdirs>=2.4.0;python_version<"3.7"', |
143 | 143 | 'platformdirs>=2.6.2;python_version>="3.7"', |
144 | | - 'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"', |
| 144 | + 'pyparsing>=3.0.7;python_version<"3.7"', |
145 | 145 | 'pyparsing>=3.0.9;python_version>="3.7"', |
146 | 146 | "six==1.16.0", |
147 | | - 'idna==3.4;python_version>="3.6"', # Must stay in sync with "requests" |
148 | | - 'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"', |
| 147 | + "idna==3.4", |
| 148 | + 'chardet==4.0.0;python_version<"3.7"', |
149 | 149 | 'chardet==5.1.0;python_version>="3.7"', # Stay in sync with "requests" |
150 | 150 | 'charset-normalizer==2.0.12;python_version<"3.7"', |
151 | 151 | 'charset-normalizer==3.0.1;python_version>="3.7"', # Sync "requests" |
|
166 | 166 | 'selenium==3.141.0;python_version<"3.7"', |
167 | 167 | 'selenium==4.7.2;python_version>="3.7"', |
168 | 168 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"', |
169 | | - 'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
| 169 | + 'more-itertools==8.14.0;python_version<"3.7"', |
170 | 170 | 'more-itertools==9.0.0;python_version>="3.7"', |
171 | 171 | 'cssselect==1.1.0;python_version<"3.7"', |
172 | 172 | 'cssselect==1.2.0;python_version>="3.7"', |
173 | 173 | "sortedcontainers==2.4.0", |
174 | | - 'fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"', |
| 174 | + 'fasteners==0.17.3;python_version<"3.7"', |
175 | 175 | 'fasteners==0.18;python_version>="3.7"', |
176 | 176 | "execnet==1.9.0", |
177 | 177 | 'iniconfig==1.1.1;python_version<"3.7"', |
178 | 178 | 'iniconfig==2.0.0;python_version>="3.7"', |
179 | | - 'pluggy==1.0.0;python_version>="3.6"', |
180 | | - 'py==1.11.0;python_version>="3.6"', |
| 179 | + "pluggy==1.0.0", |
| 180 | + "py==1.11.0", |
181 | 181 | 'pytest==7.0.1;python_version<"3.7"', |
182 | 182 | 'pytest==7.2.1;python_version>="3.7"', |
183 | | - 'pytest-forked==1.4.0;python_version>="3.6"', |
184 | | - 'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues |
| 183 | + "pytest-forked==1.4.0", |
| 184 | + "pytest-html==2.0.1", # Newer ones had issues |
185 | 185 | 'pytest-metadata==1.11.0;python_version<"3.7"', |
186 | 186 | 'pytest-metadata==2.0.4;python_version>="3.7"', |
187 | 187 | "pytest-ordering==0.6", |
|
194 | 194 | "behave==1.2.6", |
195 | 195 | "parse==1.19.0", |
196 | 196 | "parse-type==0.6.0", |
197 | | - 'soupsieve==2.3.2.post1;python_version>="3.6"', |
198 | | - 'beautifulsoup4==4.11.1;python_version>="3.6"', |
199 | | - 'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"', |
| 197 | + "soupsieve==2.3.2.post1", |
| 198 | + "beautifulsoup4==4.11.1", |
| 199 | + 'cryptography==36.0.2;python_version<"3.7"', |
200 | 200 | 'cryptography==39.0.0;python_version>="3.7"', |
201 | | - 'pygments==2.14.0;python_version>="3.6"', |
202 | | - 'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501 |
| 201 | + "pygments==2.14.0", |
| 202 | + 'pyreadline3==3.4.1;platform_system=="Windows"', |
203 | 203 | "tabcompleter==1.1.0", |
204 | 204 | "pdbp==1.2.8", |
205 | | - 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"', |
| 205 | + 'colorama==0.4.5;python_version<"3.7"', |
206 | 206 | 'colorama==0.4.6;python_version>="3.7"', |
207 | 207 | 'exceptiongroup==1.1.0;python_version>="3.7"', |
208 | | - 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501 |
| 208 | + 'importlib-metadata==4.2.0;python_version<"3.8"', |
209 | 209 | "pycparser==2.21", |
210 | | - 'pyotp==2.7.0;python_version>="3.6" and python_version<"3.7"', |
| 210 | + 'pyotp==2.7.0;python_version<"3.7"', |
211 | 211 | 'pyotp==2.8.0;python_version>="3.7"', |
212 | 212 | "cffi==1.15.1", |
213 | | - 'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
| 213 | + 'typing-extensions==4.1.1;python_version<"3.7"', |
214 | 214 | 'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501 |
215 | | - 'markdown-it-py==2.1.0;python_version>="3.7"', # For "rich" |
216 | | - 'mdurl==0.1.2;python_version>="3.7"', # For "rich" |
217 | | - 'rich==12.6.0;python_version>="3.6" and python_version<"3.7"', |
| 215 | + 'commonmark==0.9.1;python_version<"3.7"', # For old "rich" |
| 216 | + 'markdown-it-py==2.1.0;python_version>="3.7"', # For new "rich" |
| 217 | + 'mdurl==0.1.2;python_version>="3.7"', # For new "rich" |
| 218 | + 'rich==12.6.0;python_version<"3.7"', |
218 | 219 | 'rich==13.2.0;python_version>="3.7"', |
219 | 220 | ], |
220 | 221 | extras_require={ |
221 | 222 | # pip install -e .[coverage] |
222 | 223 | # Usage: coverage run -m pytest; coverage html; coverage report |
223 | 224 | "coverage": [ |
224 | | - 'coverage==6.2;python_version>="3.6" and python_version<"3.7"', |
| 225 | + 'coverage==6.2;python_version<"3.7"', |
225 | 226 | 'coverage==7.0.5;python_version>="3.7"', |
226 | | - 'pytest-cov==4.0.0;python_version>="3.6"', |
| 227 | + "pytest-cov==4.0.0", |
227 | 228 | ], |
228 | 229 | # pip install -e .[flake8] |
229 | 230 | # Usage: flake8 |
230 | 231 | "flake8": [ |
231 | | - 'flake8==5.0.4;python_version>="3.6" and python_version<"3.9"', |
| 232 | + 'flake8==5.0.4;python_version<"3.9"', |
232 | 233 | 'flake8==6.0.0;python_version>="3.9"', |
233 | | - 'mccabe==0.7.0;python_version>="3.6"', |
234 | | - 'pyflakes==2.5.0;python_version>="3.6" and python_version<"3.9"', |
| 234 | + "mccabe==0.7.0", |
| 235 | + 'pyflakes==2.5.0;python_version<"3.9"', |
235 | 236 | 'pyflakes==3.0.1;python_version>="3.9"', |
236 | | - 'pycodestyle==2.9.1;python_version>="3.6" and python_version<"3.9"', # noqa: E501 |
| 237 | + 'pycodestyle==2.9.1;python_version<"3.9"', |
237 | 238 | 'pycodestyle==2.10.0;python_version>="3.9"', |
238 | 239 | ], |
239 | 240 | # pip install -e .[ipdb] |
240 | 241 | # (Not needed for debugging anymore. SeleniumBase now includes "pdbp".) |
241 | 242 | "ipdb": [ |
242 | | - 'ipdb==0.13.11;python_version>="3.6"', |
243 | | - 'ipython==7.16.3;python_version>="3.6" and python_version<"3.7"', |
| 243 | + "ipdb==0.13.11", |
| 244 | + 'ipython==7.16.3;python_version<"3.7"', |
244 | 245 | 'ipython==7.34.0;python_version>="3.7"', |
245 | 246 | ], |
246 | 247 | # pip install -e .[pdfminer] |
247 | 248 | "pdfminer": [ |
248 | | - 'pdfminer.six==20211012;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
| 249 | + 'pdfminer.six==20211012;python_version<"3.7"', |
249 | 250 | 'pdfminer.six==20221105;python_version>="3.7"', |
250 | 251 | ], |
251 | 252 | # pip install -e .[pillow] |
252 | 253 | "pillow": [ |
253 | | - 'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"', |
| 254 | + 'Pillow==8.4.0;python_version<"3.7"', |
254 | 255 | 'Pillow==9.4.0;python_version>="3.7"', |
255 | 256 | ], |
256 | 257 | # pip install -e .[psutil] |
|
0 commit comments