|
193 | 193 | 'trio>=0.31.0,<1;python_version>="3.9"', |
194 | 194 | 'trio-websocket~=0.12.2', |
195 | 195 | 'wsproto==1.2.0', |
196 | | - 'websocket-client~=1.8.0', |
| 196 | + 'websocket-client~=1.8.0;python_version<"3.9"', |
| 197 | + 'websocket-client~=1.9.0;python_version>="3.9"', |
197 | 198 | 'selenium==4.27.1;python_version<"3.9"', |
198 | 199 | 'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"', |
199 | 200 | 'selenium==4.36.0;python_version>="3.10"', |
|
220 | 221 | "beautifulsoup4~=4.14.2", |
221 | 222 | 'pyotp==2.9.0', |
222 | 223 | 'python-xlib==0.33;platform_system=="Linux"', |
| 224 | + 'PyAutoGUI>=0.9.54;platform_system=="Linux"', |
223 | 225 | 'markdown-it-py==3.0.0;python_version<"3.10"', |
224 | 226 | 'markdown-it-py==4.0.0;python_version>="3.10"', |
225 | 227 | 'mdurl==0.1.2', |
|
300 | 302 | "psutil==7.1.0", |
301 | 303 | ], |
302 | 304 | # pip install -e .[pyautogui] |
| 305 | + # (Already a required dependency on Linux now.) |
303 | 306 | "pyautogui": [ |
304 | | - "PyAutoGUI==0.9.54", |
| 307 | + 'PyAutoGUI>=0.9.54;platform_system!="Linux"', |
305 | 308 | ], |
306 | 309 | # pip install -e .[selenium-stealth] |
307 | 310 | "selenium-stealth": [ |
|
310 | 313 | # pip install -e .[selenium-wire] |
311 | 314 | "selenium-wire": [ |
312 | 315 | 'selenium-wire==5.1.0', |
313 | | - 'pyOpenSSL==24.2.1', |
| 316 | + 'pyOpenSSL>=24.2.1', |
314 | 317 | 'pyparsing>=3.1.4', |
315 | 318 | 'Brotli==1.1.0', |
316 | 319 | 'blinker==1.7.0', # Newer ones had issues |
|
319 | 322 | 'hyperframe==6.0.1', |
320 | 323 | 'kaitaistruct==0.10', |
321 | 324 | 'pyasn1==0.6.1', |
322 | | - 'zstandard==0.23.0', |
| 325 | + 'zstandard>=0.23.0', |
323 | 326 | ], |
324 | 327 | }, |
325 | 328 | packages=[ |
|
0 commit comments