SeleniumBase/requirements.txt

76 lines
1.9 KiB
Plaintext
Raw Normal View History

2023-09-02 06:36:47 +08:00
pip>=23.2.1
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"
2023-09-14 05:04:14 +08:00
setuptools>=68.2.2;python_version>="3.8"
2023-09-02 06:36:47 +08:00
wheel>=0.41.2
attrs>=23.1.0
2023-07-31 14:35:03 +08:00
certifi>=2023.7.22
2023-09-02 06:36:47 +08:00
filelock>=3.12.2;python_version<"3.8"
2023-09-14 05:04:14 +08:00
filelock>=3.12.4;python_version>="3.8"
2023-10-07 04:59:18 +08:00
platformdirs>=3.11.0
2023-06-23 02:16:06 +08:00
parse>=1.19.1
2023-07-06 12:02:10 +08:00
parse-type>=0.6.2
2021-05-06 09:07:45 +08:00
six==1.16.0
2023-01-20 11:54:51 +08:00
idna==3.4
2023-09-02 06:36:47 +08:00
chardet==5.2.0
2023-10-02 09:44:10 +08:00
charset-normalizer==3.3.0
2023-09-02 06:36:47 +08:00
urllib3>=1.26.16,<2;python_version<"3.10"
2023-07-01 04:39:37 +08:00
urllib3>=1.26.16,<2.1.0;python_version>="3.10"
2023-09-02 06:36:47 +08:00
requests==2.31.0
2023-08-09 10:15:47 +08:00
pynose==1.4.8
2023-09-02 06:36:47 +08:00
sniffio==1.3.0
h11==0.14.0
outcome==1.2.0
trio==0.22.2
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"
2023-10-11 02:52:19 +08:00
selenium==4.14.0;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"
2023-08-29 00:31:22 +08:00
pluggy==1.3.0;python_version>="3.8"
2023-01-20 11:54:51 +08:00
py==1.11.0
2023-09-10 11:42:05 +08:00
pytest==7.4.2
2023-01-20 11:54:51 +08:00
pytest-html==2.0.1
2023-09-02 06:36:47 +08:00
pytest-metadata==3.0.0
2020-03-15 07:34:51 +08:00
pytest-ordering==0.6
2023-09-02 06:36:47 +08:00
pytest-rerunfailures==12.0
pytest-xdist==3.3.1
parameterized==0.9.0
2023-02-06 13:56:01 +08:00
sbvirtualdisplay==1.2.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"
2023-04-09 09:16:25 +08:00
beautifulsoup4==4.12.2
2023-09-02 06:36:47 +08:00
pygments==2.16.1
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
exceptiongroup==1.1.3
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-10-02 09:44:10 +08:00
rich==13.6.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"
2023-10-07 04:59:18 +08:00
coverage==7.3.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"
2023-07-31 14:35:03 +08:00
flake8==6.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"
2023-07-31 14:35:03 +08:00
pyflakes==3.1.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"