File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ selenium==3.14.1
5
5
pytest >= 3.8.2
6
6
pytest-cov >= 2.6.0
7
7
pytest-html >= 1.19.0
8
- pytest-rerunfailures >= 4.1
8
+ pytest-rerunfailures >= 4.2
9
9
pytest-xdist >= 1.23.2
10
10
parameterized == 0.6.1
11
+ beautifulsoup4 >= 4.6.0
11
12
six >= 1.11.0
12
13
pyotp >= 2.2.6
13
14
requests >= 2.19.1
14
- beautifulsoup4 >= 4.6.3
15
15
unittest2 >= 1.1.0
16
16
chardet >= 3.0.4
17
17
urllib3 >= 1.23
Original file line number Diff line number Diff line change 57
57
'pytest>=3.8.2' ,
58
58
'pytest-cov>=2.6.0' ,
59
59
'pytest-html>=1.19.0' ,
60
- 'pytest-rerunfailures>=4.1 ' ,
60
+ 'pytest-rerunfailures>=4.2 ' ,
61
61
'pytest-xdist>=1.23.2' ,
62
62
'parameterized==0.6.1' ,
63
+ 'beautifulsoup4>=4.6.0' ,
63
64
'six>=1.11.0' ,
64
65
'pyotp>=2.2.6' ,
65
66
'requests>=2.19.1' ,
66
- 'beautifulsoup4>=4.6.3' ,
67
67
'unittest2>=1.1.0' ,
68
68
'chardet>=3.0.4' ,
69
69
'urllib3>=1.23' ,
You can’t perform that action at this time.
0 commit comments