SeleniumBase/requirements.txt

136 lines
5.2 KiB
Plaintext
Raw Normal View History

2021-01-24 15:53:53 +08:00
pip>=20.3.4;python_version<"3.6"
2022-02-01 14:03:43 +08:00
pip>=21.3.1;python_version>="3.6" and python_version<"3.7"
2022-08-05 02:15:05 +08:00
pip>=22.2.2;python_version>="3.7"
2021-07-06 22:31:03 +08:00
packaging>=20.9;python_version<"3.6"
2021-11-26 01:43:55 +08:00
packaging>=21.3;python_version>="3.6"
2022-07-12 04:01:35 +08:00
setuptools>=44.1.1;python_version<"3.6"
2021-12-24 05:18:12 +08:00
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
2022-08-05 02:15:05 +08:00
setuptools>=63.4.1;python_version>="3.7"
2022-02-06 12:05:45 +08:00
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
2022-02-10 07:54:35 +08:00
tomli>=2.0.1;python_version>="3.7"
2021-12-24 05:07:15 +08:00
wheel>=0.37.1
2022-08-02 05:28:24 +08:00
attrs>=21.4.0;python_version<"3.6"
attrs>=22.1.0;python_version>="3.6"
2021-10-14 15:15:34 +08:00
PyYAML>=6.0;python_version>="3.6"
2021-11-16 02:54:18 +08:00
traitlets>=4.3.3;python_version<"3.7"
2022-06-21 05:44:55 +08:00
traitlets>=5.3.0;python_version>="3.7"
2022-06-29 10:52:32 +08:00
certifi>=2021.10.8;python_version<"3.6"
2022-06-21 05:44:55 +08:00
certifi>=2022.6.15;python_version>="3.6"
filelock>=3.2.1;python_version<"3.6"
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2022-06-01 23:24:08 +08:00
filelock>=3.7.1;python_version>="3.7"
platformdirs>=2.0.2;python_version<"3.6"
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
2022-04-20 05:31:59 +08:00
platformdirs>=2.5.2;python_version>="3.7"
2022-08-05 02:15:05 +08:00
pyparsing>=2.4.7;python_version<"3.6"
pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"
pyparsing>=3.0.9;python_version>="3.7"
2021-05-06 09:07:45 +08:00
six==1.16.0
2022-07-12 04:01:35 +08:00
ipdb==0.13.4;python_version<"3.6"
ipdb==0.13.9;python_version>="3.6"
parso==0.7.1;python_version<"3.6"
2021-12-02 13:09:21 +08:00
parso==0.8.3;python_version>="3.6"
jedi==0.17.2;python_version<"3.6"
2021-11-18 08:36:08 +08:00
jedi==0.18.1;python_version>="3.6"
idna==2.10;python_version<"3.6"
2021-10-14 15:15:34 +08:00
idna==3.3;python_version>="3.6"
2022-07-12 04:01:35 +08:00
chardet==3.0.4;python_version<"3.6"
chardet==4.0.0;python_version>="3.6" and python_version<"3.7"
2022-07-01 02:08:17 +08:00
chardet==5.0.0;python_version>="3.7"
2022-07-12 04:01:35 +08:00
charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"
2022-07-01 02:08:17 +08:00
charset-normalizer==2.1.0;python_version>="3.7"
2022-08-02 05:28:24 +08:00
urllib3==1.26.11
2022-07-12 04:01:35 +08:00
requests==2.27.1;python_version<"3.6"
2022-06-16 01:41:36 +08:00
requests==2.27.1;python_version>="3.6" and python_version<"3.7"
2022-07-01 02:08:17 +08:00
requests==2.28.1;python_version>="3.7"
2021-11-16 02:54:18 +08:00
nose==1.3.7
sniffio==1.2.0;python_version>="3.7"
2022-01-20 12:21:40 +08:00
h11==0.13.0;python_version>="3.7"
2022-06-16 01:41:36 +08:00
outcome==1.2.0;python_version>="3.7"
2022-06-08 11:31:30 +08:00
trio==0.21.0;python_version>="3.7"
2021-10-16 13:21:26 +08:00
trio-websocket==0.9.2;python_version>="3.7"
2022-02-01 14:03:43 +08:00
pyopenssl==22.0.0;python_version>="3.7"
wsproto==1.1.0;python_version>="3.7"
2021-11-16 02:54:18 +08:00
selenium==3.141.0;python_version<"3.7"
2022-06-24 11:20:03 +08:00
selenium==4.3.0;python_version>="3.7"
msedge-selenium-tools==3.141.3;python_version<"3.7"
2022-07-12 04:01:35 +08:00
more-itertools==5.0.0;python_version<"3.6"
more-itertools==8.13.0;python_version>="3.6"
2020-09-05 10:37:48 +08:00
cssselect==1.1.0
2021-11-16 04:19:42 +08:00
sortedcontainers==2.4.0
2022-07-12 04:01:35 +08:00
fasteners==0.16;python_version<"3.6"
2022-01-26 14:00:57 +08:00
fasteners==0.17.3;python_version>="3.6"
2021-06-18 23:52:43 +08:00
execnet==1.9.0
2021-09-01 12:39:18 +08:00
pluggy==0.13.1;python_version<"3.6"
pluggy==1.0.0;python_version>="3.6"
2022-07-12 04:01:35 +08:00
py==1.8.1;python_version<"3.6"
py==1.11.0;python_version>="3.6"
pytest==4.6.11;python_version<"3.6"
2022-03-16 09:44:16 +08:00
pytest==7.0.1;python_version>="3.6" and python_version<"3.7"
2022-04-25 11:56:33 +08:00
pytest==7.1.2;python_version>="3.7"
2021-12-12 05:15:37 +08:00
pytest-forked==1.3.0;python_version<"3.6"
pytest-forked==1.4.0;python_version>="3.6"
2019-11-29 13:38:05 +08:00
pytest-html==1.22.1;python_version<"3.6"
pytest-html==2.0.1;python_version>="3.6"
2020-05-08 00:39:00 +08:00
pytest-metadata==1.8.0;python_version<"3.6"
2022-03-23 03:36:35 +08:00
pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"
pytest-metadata==2.0.2;python_version>="3.7"
2020-03-15 07:34:51 +08:00
pytest-ordering==0.6
2022-07-12 04:01:35 +08:00
pytest-rerunfailures==8.0;python_version<"3.6"
2021-09-20 15:21:52 +08:00
pytest-rerunfailures==10.2;python_version>="3.6"
2022-07-12 04:01:35 +08:00
pytest-xdist==1.34.0;python_version<"3.6"
2021-12-12 04:37:37 +08:00
pytest-xdist==2.5.0;python_version>="3.6"
2021-01-10 09:33:06 +08:00
parameterized==0.8.1
2022-04-14 01:42:46 +08:00
sbvirtualdisplay==1.1.0
2022-05-14 06:18:28 +08:00
behave==1.2.6
parse==1.19.0
parse-type==0.6.0
2022-07-12 04:01:35 +08:00
soupsieve==1.9.6;python_version<"3.6"
2022-04-20 05:31:59 +08:00
soupsieve==2.3.2.post1;python_version>="3.6"
2022-07-12 04:01:35 +08:00
beautifulsoup4==4.9.3;python_version<"3.6"
2022-04-10 22:50:45 +08:00
beautifulsoup4==4.11.1;python_version>="3.6"
2022-07-12 04:01:35 +08:00
cryptography==2.9.2;python_version<"3.6"
2022-05-01 22:32:12 +08:00
cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
2022-07-07 06:36:04 +08:00
cryptography==37.0.4;python_version>="3.7"
2022-07-12 04:01:35 +08:00
pygments==2.5.2;python_version<"3.6"
2022-04-25 11:56:33 +08:00
pygments==2.12.0;python_version>="3.6"
2022-07-12 04:01:35 +08:00
prompt-toolkit==1.0.18;python_version<"3.6"
2022-06-29 09:42:36 +08:00
prompt-toolkit==3.0.30;python_version>="3.6"
2022-07-12 04:01:35 +08:00
decorator==4.4.2;python_version<"3.6"
decorator==5.1.1;python_version>="3.6"
ipython==5.10.0;python_version<"3.6"
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
2022-05-31 13:00:56 +08:00
ipython==7.34.0;python_version>="3.7"
2021-09-08 05:29:27 +08:00
matplotlib-inline==0.1.3;python_version>="3.7"
2022-06-21 05:44:55 +08:00
colorama==0.4.5
2022-02-06 12:05:45 +08:00
importlib-metadata==2.1.3;python_version<"3.6"
2022-06-22 22:45:51 +08:00
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
2021-11-09 01:49:40 +08:00
pycparser==2.21
2021-01-08 02:43:03 +08:00
pymysql==0.10.1;python_version<"3.6"
2021-01-10 09:33:06 +08:00
pymysql==1.0.2;python_version>="3.6"
2022-07-12 04:01:35 +08:00
pyotp==2.3.0;python_version<"3.6"
pyotp==2.6.0;python_version>="3.6"
2022-07-01 03:23:27 +08:00
cffi==1.15.1
2020-11-12 13:55:20 +08:00
toml==0.10.2
2021-11-26 01:43:55 +08:00
typing-extensions==3.10.0.2;python_version<"3.6"
2022-06-22 22:39:06 +08:00
typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"
2022-07-12 01:18:09 +08:00
rich==12.5.1;python_version>="3.6" and python_version<"4.0"
# --- Testing Requirements --- #
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
2021-10-03 12:22:00 +08:00
coverage==5.5;python_version<"3.6"
2022-01-26 14:00:57 +08:00
coverage==6.2;python_version>="3.6" and python_version<"3.7"
2022-07-13 10:37:20 +08:00
coverage==6.4.2;python_version>="3.7"
2021-10-06 05:31:13 +08:00
pytest-cov==2.12.1;python_version<"3.6"
pytest-cov==3.0.0;python_version>="3.6"
2022-07-12 04:01:35 +08:00
flake8==3.7.9;python_version<"3.6"
2022-08-05 02:15:58 +08:00
flake8==5.0.4;python_version>="3.6"
2022-08-02 05:39:44 +08:00
mccabe==0.6.1;python_version<"3.6"
mccabe==0.7.0;python_version>="3.6"
2022-07-12 04:01:35 +08:00
pyflakes==2.1.1;python_version<"3.6"
2022-08-02 05:29:59 +08:00
pyflakes==2.5.0;python_version>="3.6"
2022-07-12 04:01:35 +08:00
pycodestyle==2.5.0;python_version<"3.6"
2022-08-05 02:15:58 +08:00
pycodestyle==2.9.1;python_version>="3.6"