SeleniumBase/requirements.txt

24 lines
325 B
Plaintext
Raw Normal View History

pip
setuptools
2018-10-19 07:00:46 +08:00
six
nose
ipdb
chardet
unittest2
selenium==3.141.0
2019-01-07 10:05:43 +08:00
requests==2.21.0
urllib3==1.24.1
2019-01-14 09:50:02 +08:00
pytest>=4.1.1
2019-01-07 10:05:43 +08:00
pytest-cov>=2.6.1
2019-01-15 08:59:37 +08:00
pytest-html>=1.20.0
2019-01-14 09:50:02 +08:00
pytest-rerunfailures>=6.0
pytest-xdist>=1.26.0
2019-01-26 15:03:05 +08:00
parameterized==0.6.3
2018-10-10 15:35:37 +08:00
beautifulsoup4>=4.6.0
2018-12-14 16:46:32 +08:00
colorama==0.4.1
pyotp>=2.2.7
2018-10-04 14:33:25 +08:00
boto>=2.49.0
2018-11-05 12:03:03 +08:00
flake8==3.6.0
2018-04-12 10:44:12 +08:00
PyVirtualDisplay==0.2.1
2015-12-05 05:11:53 +08:00
-e .