SeleniumBase/requirements.txt

50 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-01-25 00:04:01 +08:00
pip>=20.0.2
setuptools>=44.1.0;python_version<"3.5"
setuptools>=46.1.3;python_version>="3.5"
2020-02-18 15:07:37 +08:00
setuptools-scm>=3.5.0
2020-01-31 17:18:16 +08:00
wheel>=0.34.2
six==1.14.0
2019-12-07 14:53:46 +08:00
nose==1.3.7
2020-03-15 07:34:51 +08:00
ipdb==0.13.2
2020-02-21 14:57:01 +08:00
idna==2.9
2019-05-09 13:58:48 +08:00
chardet==3.0.4
urllib3==1.25.8
2020-02-21 14:57:01 +08:00
requests==2.23.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-03-18 11:42:55 +08:00
pytest==4.6.9;python_version<"3.5"
pytest==5.3.5;python_version>="3.5"
2020-03-15 07:34:51 +08:00
pytest-cov==2.8.1
pytest-forked==1.1.3
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-03-15 07:34:51 +08:00
pytest-metadata==1.8.0
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-03-15 07:34:51 +08:00
pytest-xdist==1.31.0
parameterized==0.7.1
soupsieve==1.9.5;python_version<"3.5"
soupsieve==2.0;python_version>="3.5"
beautifulsoup4==4.9.0
2019-12-07 14:53:46 +08:00
atomicwrites==1.3.0
2020-03-30 04:28:04 +08:00
portalocker==1.6.0
2019-12-07 14:53:46 +08:00
cryptography==2.8
2020-01-05 07:57:49 +08:00
asn1crypto==1.3.0
2019-12-07 14:53:46 +08:00
pyopenssl==19.1.0
2020-03-15 07:34:51 +08:00
packaging>=20.3
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-03-18 11:42:55 +08:00
coverage==5.0.4
2019-12-07 14:53:46 +08:00
pymysql==0.9.3
pyotp==2.3.0
boto==2.49.0
2020-03-15 07:34:51 +08:00
cffi==1.14.0
2020-04-03 13:59:05 +08:00
tqdm==4.45.0
2019-12-07 14:53:46 +08:00
flake8==3.7.9
certifi>=2020.4.5.1
2020-01-05 07:57:49 +08:00
pdfminer.six==20191110;python_version<"3.5"
2020-04-03 13:59:05 +08:00
pdfminer.six==20200402;python_version>="3.5"