SeleniumBase/requirements.txt

91 lines
2.7 KiB
Plaintext
Raw Normal View History

2024-06-24 01:45:58 +08:00
pip>=24.0;python_version<"3.8"
2024-07-09 04:59:13 +08:00
pip>=24.1.2;python_version>="3.8"
2024-06-24 01:45:58 +08:00
packaging>=24.0;python_version<"3.8"
packaging>=24.1;python_version>="3.8"
2023-09-02 06:36:47 +08:00
setuptools>=68.0.0;python_version<"3.8"
2024-07-20 03:36:26 +08:00
setuptools~=70.2;python_version>="3.8" and python_version<"3.10"
setuptools>=70.2.0;python_version>="3.10"
2024-03-15 02:16:25 +08:00
wheel>=0.42.0;python_version<"3.8"
wheel>=0.43.0;python_version>="3.8"
2024-01-01 07:37:42 +08:00
attrs>=23.2.0
2024-07-06 14:42:43 +08:00
certifi>=2024.7.4
2024-07-20 03:36:26 +08:00
exceptiongroup>=1.2.2
2023-09-02 06:36:47 +08:00
filelock>=3.12.2;python_version<"3.8"
2024-06-24 01:45:58 +08:00
filelock>=3.15.4;python_version>="3.8"
2023-12-08 12:07:44 +08:00
platformdirs>=4.0.0;python_version<"3.8"
2024-05-17 07:37:41 +08:00
platformdirs>=4.2.2;python_version>="3.8"
2024-06-08 06:31:40 +08:00
typing-extensions>=4.12.2;python_version>="3.8"
2024-06-24 01:45:58 +08:00
parse>=1.20.2
2023-07-06 12:02:10 +08:00
parse-type>=0.6.2
2024-01-01 07:37:42 +08:00
pyyaml>=6.0.1
2021-05-06 09:07:45 +08:00
six==1.16.0
2024-04-12 07:04:23 +08:00
idna==3.7
2023-09-02 06:36:47 +08:00
chardet==5.2.0
2023-11-01 14:01:29 +08:00
charset-normalizer==3.3.2
2024-07-09 04:59:13 +08:00
urllib3>=1.26.19,<2;python_version<"3.10"
urllib3>=1.26.19,<2.3.0;python_version>="3.10"
2023-09-02 06:36:47 +08:00
requests==2.31.0
2024-07-20 04:45:27 +08:00
pynose==1.5.2
2024-02-27 00:50:42 +08:00
sniffio==1.3.1
2023-09-02 06:36:47 +08:00
h11==0.14.0
2023-10-27 15:38:39 +08:00
outcome==1.3.0.post0
2023-11-09 13:07:49 +08:00
trio==0.22.2;python_version<"3.8"
2024-07-06 14:42:43 +08:00
trio==0.26.0;python_version>="3.8"
2023-10-02 09:44:10 +08:00
trio-websocket==0.11.1
2023-09-02 06:36:47 +08:00
wsproto==1.2.0
2024-06-24 01:45:58 +08:00
websocket-client==1.8.0;python_version>="3.8"
2023-09-27 13:22:02 +08:00
selenium==4.11.2;python_version<"3.8"
2024-07-25 03:51:36 +08:00
selenium==4.23.1;python_version>="3.8"
2023-09-02 06:36:47 +08:00
cssselect==1.2.0
2021-11-16 04:19:42 +08:00
sortedcontainers==2.4.0
2023-09-21 06:13:54 +08:00
fasteners==0.19
2024-04-06 03:01:28 +08:00
execnet==2.0.2;python_version<"3.8"
2024-04-12 07:04:23 +08:00
execnet==2.1.1;python_version>="3.8"
2023-09-02 06:36:47 +08:00
iniconfig==2.0.0
pluggy==1.2.0;python_version<"3.8"
2024-04-26 11:50:12 +08:00
pluggy==1.5.0;python_version>="3.8"
2023-01-20 11:54:51 +08:00
py==1.11.0
2024-01-29 10:48:57 +08:00
pytest==7.4.4;python_version<"3.8"
2024-07-25 23:12:46 +08:00
pytest==8.3.2;python_version>="3.8"
2023-01-20 11:54:51 +08:00
pytest-html==2.0.1
2024-02-12 09:32:13 +08:00
pytest-metadata==3.0.0;python_version<"3.8"
2024-02-16 08:24:25 +08:00
pytest-metadata==3.1.1;python_version>="3.8"
2020-03-15 07:34:51 +08:00
pytest-ordering==0.6
2024-03-15 02:16:25 +08:00
pytest-rerunfailures==13.0;python_version<"3.8"
pytest-rerunfailures==14.0;python_version>="3.8"
2024-05-02 00:56:26 +08:00
pytest-xdist==3.5.0;python_version<"3.8"
pytest-xdist==3.6.1;python_version>="3.8"
2023-09-02 06:36:47 +08:00
parameterized==0.9.0
2023-11-09 13:07:49 +08:00
sbvirtualdisplay==1.3.0
2022-05-14 06:18:28 +08:00
behave==1.2.6
2023-09-10 11:42:05 +08:00
soupsieve==2.4.1;python_version<"3.8"
soupsieve==2.5;python_version>="3.8"
2024-01-19 11:05:19 +08:00
beautifulsoup4==4.12.3
2024-05-13 12:30:42 +08:00
pygments==2.17.2;python_version<"3.8"
pygments==2.18.0;python_version>="3.8"
2023-01-20 11:54:51 +08:00
pyreadline3==3.4.1;platform_system=="Windows"
2024-07-20 04:45:27 +08:00
tabcompleter==1.3.3
pdbp==1.5.3
2023-09-02 06:36:47 +08:00
colorama==0.4.6
pyotp==2.9.0
2024-06-24 01:45:58 +08:00
python-xlib==0.33;platform_system=="Linux"
2023-09-02 06:36:47 +08:00
markdown-it-py==2.2.0;python_version<"3.8"
2023-06-13 12:01:41 +08:00
markdown-it-py==3.0.0;python_version>="3.8"
2023-09-02 06:36:47 +08:00
mdurl==0.1.2
2024-03-01 11:23:10 +08:00
rich==13.7.1
# --- Testing Requirements --- #
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
2024-03-31 10:18:01 +08:00
coverage==7.2.7;python_version<"3.8"
2024-07-20 04:45:27 +08:00
coverage>=7.6.0;python_version>="3.8"
2024-03-31 10:18:01 +08:00
pytest-cov==4.1.0;python_version<"3.8"
2024-04-04 09:45:03 +08:00
pytest-cov>=5.0.0;python_version>="3.8"
2023-01-20 11:54:51 +08:00
flake8==5.0.4;python_version<"3.9"
2024-06-24 01:45:58 +08:00
flake8==7.1.0;python_version>="3.9"
2023-01-20 11:54:51 +08:00
mccabe==0.7.0
pyflakes==2.5.0;python_version<"3.9"
2024-01-19 11:05:19 +08:00
pyflakes==3.2.0;python_version>="3.9"
2023-01-20 11:54:51 +08:00
pycodestyle==2.9.1;python_version<"3.9"
2024-06-24 01:45:58 +08:00
pycodestyle==2.12.0;python_version>="3.9"