File tree Expand file tree Collapse file tree 2 files changed +26
-22
lines changed Expand file tree Collapse file tree 2 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 1
1
pip
2
2
setuptools
3
+ selenium == 3.14.1
3
4
ipython == 5.6.0
4
- selenium == 3.14.0
5
- nose == 1.3.7
6
- pytest == 3.8 .0
7
- pytest-html == 1.19 .0
8
- pytest-xdist == 1.23.0
9
- six == 1.11.0
10
- flake8 == 3.5 .0
11
- requests = =2.19.1
12
- beautifulsoup4 == 4.6.0
5
+ pytest >= 3.8.1
6
+ pytest-html >= 1.19.0
7
+ pytest-xdist >= 1.23 .0
8
+ pytest-cov >= 2.6 .0
9
+ pytest-rerunfailures >= 4.1
10
+ parameterized == 0.6.1
11
+ six >= 1.11 .0
12
+ requests > =2.19.1
13
+ beautifulsoup4 == 4.6.3
13
14
unittest2 == 1.1.0
14
- chardet = =3.0.4
15
+ chardet > =3.0.4
15
16
urllib3 == 1.23
16
17
boto == 2.48.0
18
+ nose == 1.3.7
17
19
ipdb == 0.11
18
- parameterized == 0.6.1
20
+ flake8 == 3.5.0
19
21
PyVirtualDisplay == 0.2.1
20
22
-e .
Original file line number Diff line number Diff line change 47
47
install_requires = [
48
48
'pip' ,
49
49
'setuptools' ,
50
+ 'selenium==3.14.1' ,
50
51
'ipython==5.6.0' ,
51
- 'selenium==3.14.0 ' ,
52
- 'nose==1.3.7 ' ,
53
- 'pytest==3.8 .0' ,
54
- 'pytest-html==1.19 .0' ,
55
- 'pytest-xdist==1.23.0 ' ,
56
- 'six==1.11.0 ' ,
57
- 'flake8==3.5 .0' ,
58
- 'requests= =2.19.1' ,
59
- 'beautifulsoup4==4.6.0 ' ,
52
+ 'pytest>=3.8.1 ' ,
53
+ 'pytest-html>=1.19.0 ' ,
54
+ 'pytest-xdist>=1.23 .0' ,
55
+ 'pytest-cov>=2.6 .0' ,
56
+ 'pytest-rerunfailures>=4.1 ' ,
57
+ 'parameterized==0.6.1 ' ,
58
+ 'six>=1.11 .0' ,
59
+ 'requests> =2.19.1' ,
60
+ 'beautifulsoup4==4.6.3 ' ,
60
61
'unittest2==1.1.0' ,
61
- 'chardet= =3.0.4' ,
62
+ 'chardet> =3.0.4' ,
62
63
'urllib3==1.23' ,
63
64
'boto==2.48.0' ,
65
+ 'nose==1.3.7' ,
64
66
'ipdb==0.11' ,
65
- 'parameterized==0.6.1 ' ,
67
+ 'flake8==3.5.0 ' ,
66
68
'PyVirtualDisplay==0.2.1' ,
67
69
],
68
70
packages = [
You can’t perform that action at this time.
0 commit comments