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 1
1
pip
2
+ ipython
2
3
setuptools
3
4
selenium == 3.14.1
4
- ipython == 5.6.0
5
5
pytest >= 3.8.1
6
- pytest-html >= 1.19.0
7
- pytest-xdist >= 1.23.0
8
6
pytest-cov >= 2.6.0
7
+ pytest-html >= 1.19.0
9
8
pytest-rerunfailures >= 4.1
9
+ pytest-xdist >= 1.23.0
10
10
parameterized == 0.6.1
11
11
six >= 1.11.0
12
+ pyotp >= 2.2.6
12
13
requests >= 2.19.1
13
14
beautifulsoup4 == 4.6.3
14
15
unittest2 == 1.1.0
Original file line number Diff line number Diff line change 51
51
],
52
52
install_requires = [
53
53
'pip' ,
54
+ 'ipython' ,
54
55
'setuptools' ,
55
56
'selenium==3.14.1' ,
56
- 'ipython==5.6.0' ,
57
57
'pytest>=3.8.1' ,
58
- 'pytest-html>=1.19.0' ,
59
- 'pytest-xdist>=1.23.0' ,
60
58
'pytest-cov>=2.6.0' ,
59
+ 'pytest-html>=1.19.0' ,
61
60
'pytest-rerunfailures>=4.1' ,
61
+ 'pytest-xdist>=1.23.0' ,
62
62
'parameterized==0.6.1' ,
63
63
'six>=1.11.0' ,
64
+ 'pyotp>=2.2.6' ,
64
65
'requests>=2.19.1' ,
65
66
'beautifulsoup4==4.6.3' ,
66
67
'unittest2==1.1.0' ,
You can’t perform that action at this time.
0 commit comments