SeleniumBase/requirements.txt

82 lines
2.2 KiB
Plaintext
Raw Normal View History

2024-02-12 09:32:13 +08:00
pip>=24.0
2023-10-02 09:44:10 +08:00
packaging>=23.2
2023-09-02 06:36:47 +08:00
setuptools>=68.0.0;python_version<"3.8"
2024-02-12 09:32:13 +08:00
setuptools>=69.1.0;python_version>="3.8"
2023-11-28 10:16:43 +08:00
wheel>=0.42.0
2024-01-01 07:37:42 +08:00
attrs>=23.2.0
2024-02-12 09:32:13 +08:00
certifi>=2024.2.2
2023-09-02 06:36:47 +08:00
filelock>=3.12.2;python_version<"3.8"
2023-11-01 14:01:29 +08:00
filelock>=3.13.1;python_version>="3.8"
2023-12-08 12:07:44 +08:00
platformdirs>=4.0.0;python_version<"3.8"
2024-02-12 09:32:13 +08:00
platformdirs>=4.2.0;python_version>="3.8"
2024-01-26 02:49:37 +08:00
typing-extensions>=4.9.0;python_version>="3.8"
2024-01-29 10:48:57 +08:00
parse>=1.20.1
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
2023-11-28 10:16:43 +08:00
idna==3.6
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
2023-10-20 02:20:06 +08:00
urllib3>=1.26.18,<2;python_version<"3.10"
2024-02-12 09:32:13 +08:00
urllib3>=1.26.18,<2.3.0;python_version>="3.10"
2023-09-02 06:36:47 +08:00
requests==2.31.0
2024-02-23 13:17:59 +08:00
pynose==1.5.0
2023-09-02 06:36:47 +08:00
sniffio==1.3.0
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-01-19 11:05:19 +08:00
trio==0.24.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
2023-09-27 13:22:02 +08:00
selenium==4.11.2;python_version<"3.8"
2024-02-23 13:17:59 +08:00
selenium==4.18.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
2023-09-02 06:36:47 +08:00
execnet==2.0.2
iniconfig==2.0.0
pluggy==1.2.0;python_version<"3.8"
2024-01-25 09:43:50 +08:00
pluggy==1.4.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-02-17 23:15:22 +08:00
pytest==8.0.1;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
2023-11-28 10:16:43 +08:00
pytest-rerunfailures==13.0
pytest-xdist==3.5.0
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
2023-11-28 10:16:43 +08:00
pygments==2.17.2
2023-01-20 11:54:51 +08:00
pyreadline3==3.4.1;platform_system=="Windows"
2023-09-10 11:42:05 +08:00
tabcompleter==1.3.0
pdbp==1.5.0
2023-09-02 06:36:47 +08:00
colorama==0.4.6
2023-11-28 10:16:43 +08:00
exceptiongroup==1.2.0
2023-09-02 06:36:47 +08:00
pyotp==2.9.0
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
2023-11-16 10:17:09 +08:00
rich==13.7.0
# --- Testing Requirements --- #
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
2023-01-20 11:54:51 +08:00
coverage==6.2;python_version<"3.7"
2023-08-14 06:52:40 +08:00
coverage==7.2.7;python_version>="3.7" and python_version<"3.8"
2024-02-23 13:17:59 +08:00
coverage==7.4.2;python_version>="3.8"
2023-05-25 10:24:25 +08:00
pytest-cov==4.0.0;python_version<"3.7"
pytest-cov==4.1.0;python_version>="3.7"
2023-01-20 11:54:51 +08:00
flake8==5.0.4;python_version<"3.9"
2024-01-19 11:05:19 +08:00
flake8==7.0.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"
2023-10-14 02:41:09 +08:00
pycodestyle==2.11.1;python_version>="3.9"