SeleniumBase/requirements.txt

104 lines
3.5 KiB
Plaintext
Raw Normal View History

2021-01-24 15:53:53 +08:00
pip>=20.3.4;python_version<"3.6"
pip>=21.1.1;python_version>="3.6"
2021-01-30 15:39:48 +08:00
packaging>=20.9
typing-extensions>=3.10.0.0
2020-06-16 10:18:45 +08:00
setuptools>=44.1.1;python_version<"3.5"
2020-12-07 13:48:47 +08:00
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
2021-05-11 07:18:44 +08:00
setuptools>=56.2.0;python_version>="3.6"
2021-03-18 11:10:42 +08:00
setuptools-scm==5.0.2;python_version<"3.6"
2021-03-18 10:49:36 +08:00
setuptools-scm>=6.0.1;python_version>="3.6"
2020-12-18 14:26:20 +08:00
wheel>=0.36.2
2021-05-09 02:19:26 +08:00
attrs>=21.2.0
2021-01-21 13:39:12 +08:00
PyYAML>=5.4.1;python_version>="3.6"
2021-05-19 02:32:06 +08:00
sortedcontainers==2.4.0
2020-12-07 13:48:47 +08:00
certifi>=2020.12.5
2021-05-06 09:07:45 +08:00
six==1.16.0
2019-12-07 14:53:46 +08:00
nose==1.3.7
2021-03-03 12:10:26 +08:00
ipdb==0.13.4;python_version<"3.6"
2021-03-17 06:14:36 +08:00
ipdb==0.13.7;python_version>="3.6"
parso==0.7.1;python_version<"3.6"
2021-04-03 10:47:24 +08:00
parso==0.8.2;python_version>="3.6"
jedi==0.17.2;python_version<"3.6"
jedi==0.18.0;python_version>="3.6"
2020-06-29 11:42:50 +08:00
idna==2.10
2020-12-18 14:26:20 +08:00
chardet==3.0.4;python_version<"3.6"
chardet==4.0.0;python_version>="3.6"
2021-03-17 06:14:36 +08:00
urllib3==1.26.4
2020-12-18 14:26:20 +08:00
requests==2.25.1
2019-05-09 13:58:48 +08:00
selenium==3.141.0
2020-11-28 03:48:33 +08:00
msedge-selenium-tools==3.141.3
2020-08-30 09:38:36 +08:00
more-itertools==5.0.0;python_version<"3.5"
2021-02-11 12:32:41 +08:00
more-itertools==8.7.0;python_version>="3.5"
2020-09-05 10:37:48 +08:00
cssselect==1.1.0
2021-04-16 14:52:58 +08:00
filelock==3.0.12
fasteners==0.16
2020-03-18 11:42:55 +08:00
pluggy==0.13.1
py==1.8.1;python_version<"3.5"
2020-12-18 14:26:20 +08:00
py==1.10.0;python_version>="3.5"
2020-06-08 10:30:44 +08:00
pytest==4.6.11;python_version<"3.5"
2020-12-18 14:26:20 +08:00
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
2021-05-06 09:07:45 +08:00
pytest==6.2.4;python_version>="3.6"
2020-07-28 14:54:49 +08:00
pytest-forked==1.3.0
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"
2020-12-01 01:20:52 +08:00
pytest-metadata==1.11.0;python_version>="3.6"
2020-03-15 07:34:51 +08:00
pytest-ordering==0.6
pytest-rerunfailures==8.0;python_version<"3.5"
pytest-rerunfailures==9.1.1;python_version>="3.5"
2020-08-15 08:31:26 +08:00
pytest-xdist==1.34.0;python_version<"3.5"
2021-02-11 12:32:41 +08:00
pytest-xdist==2.2.1;python_version>="3.5"
2021-01-10 09:33:06 +08:00
parameterized==0.8.1
2020-05-18 11:48:23 +08:00
soupsieve==1.9.6;python_version<"3.5"
2020-12-18 14:26:20 +08:00
soupsieve==2.0.1;python_version>="3.5" and python_version<"3.6"
2021-03-23 14:48:14 +08:00
soupsieve==2.2.1;python_version>="3.6"
2020-10-05 09:40:00 +08:00
beautifulsoup4==4.9.3
2021-01-08 02:43:03 +08:00
cryptography==2.9.2;python_version<"3.5"
cryptography==3.0;python_version>="3.5" and python_version<"3.6"
2021-02-11 12:32:41 +08:00
cryptography==3.3.2;python_version>="3.6"
2020-12-01 01:42:14 +08:00
pyopenssl==19.1.0;python_version<"3.6"
2020-12-18 14:26:20 +08:00
pyopenssl==20.0.1;python_version>="3.6"
2020-03-15 07:34:51 +08:00
pygments==2.5.2;python_version<"3.5"
pygments==2.9.0;python_version>="3.5"
traitlets==4.3.3;python_version<"3.7"
2020-10-22 21:37:10 +08:00
traitlets==5.0.5;python_version>="3.7"
2020-09-01 03:03:00 +08:00
prompt-toolkit==1.0.18;python_version<"3.6"
2021-03-23 14:48:14 +08:00
prompt-toolkit==3.0.18;python_version>="3.6"
2021-05-11 07:18:44 +08:00
decorator==4.4.2;python_version<"3.5"
2021-05-19 02:32:06 +08:00
decorator==5.0.9;python_version>="3.5"
2020-08-05 09:27:50 +08:00
ipython==5.10.0;python_version<"3.5"
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
2021-05-06 09:07:45 +08:00
ipython==7.23.1;python_version>="3.7"
matplotlib-inline==0.1.2;python_version>="3.7"
2020-10-14 13:37:55 +08:00
colorama==0.4.4
2020-10-02 15:43:13 +08:00
pathlib2==2.3.5;python_version<"3.5"
2020-11-24 01:22:26 +08:00
importlib-metadata==2.0.0;python_version<"3.6"
2021-05-06 09:07:45 +08:00
virtualenv>=20.4.6
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"
2021-02-06 12:42:57 +08:00
pyotp==2.6.0
2019-12-07 14:53:46 +08:00
boto==2.49.0
2021-02-13 12:13:08 +08:00
cffi==1.14.5
2020-11-12 13:55:20 +08:00
toml==0.10.2
2020-11-28 04:03:53 +08:00
Pillow==6.2.2;python_version<"3.5"
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
2021-04-03 10:47:24 +08:00
Pillow==8.2.0;python_version>="3.6"
2021-05-19 02:32:06 +08:00
rich==10.2.1;python_version>="3.6" and python_version<"4.0"
tornado==5.1.1;python_version<"3.5"
tornado==6.1;python_version>="3.5"
2020-01-05 07:57:49 +08:00
pdfminer.six==20191110;python_version<"3.5"
2020-10-22 21:37:10 +08:00
pdfminer.six==20201018;python_version>="3.5"
# --- Testing Requirements --- #
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
coverage==5.5
2021-05-19 02:32:06 +08:00
pytest-cov==2.12.0
flake8==3.7.9;python_version<"3.5"
2021-05-11 07:18:44 +08:00
flake8==3.9.2;python_version>="3.5"
pyflakes==2.1.1;python_version<"3.5"
2021-03-27 05:51:03 +08:00
pyflakes==2.3.1;python_version>="3.5"
pycodestyle==2.5.0;python_version<"3.5"
2021-03-15 08:00:05 +08:00
pycodestyle==2.7.0;python_version>="3.5"