SeleniumBase/requirements.txt

31 lines
548 B
Plaintext
Raw Normal View History

2019-08-13 14:28:14 +08:00
pip>=19.2.2
2019-08-14 13:40:07 +08:00
setuptools>=41.1.0
2019-07-14 12:53:33 +08:00
wheel>=0.33.4
2019-08-17 14:45:48 +08:00
six>=1.12.0
nose>=1.3.7
ipdb>=0.12.2
2019-05-09 13:58:48 +08:00
idna==2.8
chardet==3.0.4
urllib3==1.25.3
requests>=2.22.0
2019-05-09 13:58:48 +08:00
selenium==3.141.0
pluggy>=0.12.0
2019-08-06 13:38:20 +08:00
pytest>=4.6.5;python_version<"3"
2019-08-17 14:45:48 +08:00
pytest>=5.1.0;python_version>="3"
2019-05-09 13:58:48 +08:00
pytest-cov>=2.7.1
2019-04-06 05:00:59 +08:00
pytest-forked>=1.0.2
2019-08-09 16:29:02 +08:00
pytest-html==1.22.0
pytest-metadata>=1.8.0
2019-05-08 14:18:08 +08:00
pytest-ordering>=0.6
2019-04-01 15:06:25 +08:00
pytest-rerunfailures>=7.0
pytest-timeout>=1.3.3
2019-06-19 14:22:38 +08:00
pytest-xdist>=1.29.0
2019-02-08 14:03:06 +08:00
parameterized>=0.7.0
2018-10-10 15:35:37 +08:00
beautifulsoup4>=4.6.0
2019-05-08 14:18:08 +08:00
pyopenssl>=19.0.0
2019-04-23 08:22:11 +08:00
colorama>=0.4.1
2019-07-28 12:19:02 +08:00
pyotp>=2.3.0
2018-10-04 14:33:25 +08:00
boto>=2.49.0
2019-07-14 12:53:33 +08:00
flake8>=3.7.8
certifi>=2019.6.16