SeleniumBase/requirements.txt

55 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-05-23 05:05:56 +08:00
pip>=20.1.1
packaging>=20.4
2020-06-16 10:18:45 +08:00
setuptools>=44.1.1;python_version<"3.5"
2020-07-14 04:45:27 +08:00
setuptools>=49.2.0;python_version>="3.5"
2020-06-03 11:45:16 +08:00
setuptools-scm>=4.1.2
2020-01-31 17:18:16 +08:00
wheel>=0.34.2
2020-05-23 05:05:56 +08:00
six==1.15.0
2019-12-07 14:53:46 +08:00
nose==1.3.7
2020-06-26 06:12:09 +08:00
ipdb==0.13.3
2020-07-20 02:19:28 +08:00
jedi==0.17.2
2020-06-29 11:42:50 +08:00
idna==2.10
2019-05-09 13:58:48 +08:00
chardet==3.0.4
2020-04-18 13:11:37 +08:00
urllib3==1.25.9
2020-06-18 12:44:52 +08:00
requests==2.24.0
2019-05-09 13:58:48 +08:00
selenium==3.141.0
2020-03-18 11:42:55 +08:00
pluggy==0.13.1
attrs>=19.3.0
2020-06-26 06:12:09 +08:00
py==1.8.1
2020-06-08 10:30:44 +08:00
pytest==4.6.11;python_version<"3.5"
2020-06-03 11:45:16 +08:00
pytest==5.4.3;python_version>="3.5"
2020-06-13 10:09:15 +08:00
pytest-cov==2.10.0
2020-06-26 06:12:09 +08:00
pytest-forked==1.2.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-06-26 06:12:09 +08:00
pytest-metadata==1.10.0;python_version>="3.6"
2020-03-15 07:34:51 +08:00
pytest-ordering==0.6
2020-03-22 03:26:31 +08:00
pytest-rerunfailures==8.0;python_version<"3.6"
pytest-rerunfailures==9.0;python_version>="3.6"
2020-07-11 03:15:19 +08:00
pytest-xdist==1.33.0
2020-04-15 12:33:51 +08:00
parameterized==0.7.4
2020-05-18 11:48:23 +08:00
soupsieve==1.9.6;python_version<"3.5"
soupsieve==2.0.1;python_version>="3.5"
beautifulsoup4==4.9.1
2020-07-21 08:26:06 +08:00
cryptography==3.0
2019-12-07 14:53:46 +08:00
pyopenssl==19.1.0
2020-03-15 07:34:51 +08:00
pygments==2.5.2;python_version<"3.5"
pygments==2.6.1;python_version>="3.5"
2019-12-19 16:15:49 +08:00
colorama==0.4.3
2020-07-20 02:19:28 +08:00
pymysql==0.10.0
2020-05-23 05:05:56 +08:00
brython>=3.8.9
2020-07-07 04:36:19 +08:00
coverage==5.2
2019-12-07 14:53:46 +08:00
pyotp==2.3.0
boto==2.49.0
2020-03-15 07:34:51 +08:00
cffi==1.14.0
rich==3.3.2;python_version>="3.6" and python_version<"4.0"
2020-05-15 16:05:47 +08:00
flake8==3.7.9;python_version<"3.5"
2020-06-10 17:04:27 +08:00
flake8==3.8.3;python_version>="3.5"
2020-05-15 16:05:47 +08:00
pyflakes==2.1.1;python_version<"3.5"
pyflakes==2.2.0;python_version>="3.5"
2020-06-26 06:12:09 +08:00
certifi>=2020.6.20
2020-07-10 04:15:57 +08:00
allure-pytest==2.8.16
2020-01-05 07:57:49 +08:00
pdfminer.six==20191110;python_version<"3.5"
2020-07-21 08:26:06 +08:00
pdfminer.six==20200720;python_version>="3.5"