File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11pip
2+ ipython
23setuptools
34selenium == 3.14.1
4- ipython == 5.6.0
55pytest >= 3.8.1
6- pytest-html >= 1.19.0
7- pytest-xdist >= 1.23.0
86pytest-cov >= 2.6.0
7+ pytest-html >= 1.19.0
98pytest-rerunfailures >= 4.1
9+ pytest-xdist >= 1.23.0
1010parameterized == 0.6.1
1111six >= 1.11.0
12+ pyotp >= 2.2.6
1213requests >= 2.19.1
1314beautifulsoup4 == 4.6.3
1415unittest2 == 1.1.0
Original file line number Diff line number Diff line change 5151 ],
5252 install_requires = [
5353 'pip' ,
54+ 'ipython' ,
5455 'setuptools' ,
5556 'selenium==3.14.1' ,
56- 'ipython==5.6.0' ,
5757 'pytest>=3.8.1' ,
58- 'pytest-html>=1.19.0' ,
59- 'pytest-xdist>=1.23.0' ,
6058 'pytest-cov>=2.6.0' ,
59+ 'pytest-html>=1.19.0' ,
6160 'pytest-rerunfailures>=4.1' ,
61+ 'pytest-xdist>=1.23.0' ,
6262 'parameterized==0.6.1' ,
6363 'six>=1.11.0' ,
64+ 'pyotp>=2.2.6' ,
6465 'requests>=2.19.1' ,
6566 'beautifulsoup4==4.6.3' ,
6667 'unittest2==1.1.0' ,
You can’t perform that action at this time.
0 commit comments