File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11pip
2- ipython
32setuptools
3+ ipython
4+ six
5+ nose
6+ ipdb
7+ chardet
8+ unittest2
49selenium == 3.14.1
10+ requests >= 2.20.0
511pytest >= 3.9.1
612pytest-cov >= 2.6.0
713pytest-html >= 1.19.0
814pytest-rerunfailures >= 4.2
915pytest-xdist >= 1.23.2
1016parameterized == 0.6.1
1117beautifulsoup4 >= 4.6.0
12- six >= 1.11.0
1318pyotp >= 2.2.6
14- requests >= 2.19.1
15- unittest2 >= 1.1.0
16- chardet >= 3.0.4
1719boto >= 2.49.0
18- nose == 1.3.7
19- ipdb == 0.11
2020flake8 == 3.5.0
2121PyVirtualDisplay == 0.2.1
2222-e .
Original file line number Diff line number Diff line change 5151 ],
5252 install_requires = [
5353 'pip' ,
54- 'ipython' ,
5554 'setuptools' ,
55+ 'ipython' ,
56+ 'six' ,
57+ 'nose' ,
58+ 'ipdb' ,
59+ 'chardet' ,
60+ 'unittest2' ,
5661 'selenium==3.14.1' ,
62+ 'requests>=2.20.0' ,
5763 'pytest>=3.9.1' ,
5864 'pytest-cov>=2.6.0' ,
5965 'pytest-html>=1.19.0' ,
6066 'pytest-rerunfailures>=4.2' ,
6167 'pytest-xdist>=1.23.2' ,
6268 'parameterized==0.6.1' ,
6369 'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using bs4
64- 'six>=1.11.0' ,
6570 'pyotp>=2.2.6' ,
66- 'requests>=2.19.1' ,
67- 'unittest2>=1.1.0' ,
68- 'chardet>=3.0.4' ,
6971 'boto>=2.49.0' ,
70- 'nose==1.3.7' , # Keep at ==1.3.7
71- 'ipdb==0.11' ,
7272 'flake8==3.5.0' ,
7373 'PyVirtualDisplay==0.2.1' ,
7474 ],
You can’t perform that action at this time.
0 commit comments