File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- pip
1
+ pip >= 19.1.1
2
2
setuptools
3
3
six
4
4
nose
5
5
ipdb
6
6
chardet
7
7
unittest2
8
8
selenium == 3.141.0
9
- urllib3 == 1.24.3
10
9
requests >= 2.21.0
11
10
pytest >= 4.4.1
12
11
pytest-cov >= 2.6.1
13
12
pytest-forked >= 1.0.2
14
13
pytest-html >= 1.20.0
15
14
pytest-metadata >= 1.8.0
15
+ pytest-ordering >= 0.6
16
16
pytest-rerunfailures >= 7.0
17
17
pytest-xdist >= 1.28.0
18
- pytest-ordering >= 0.6
19
18
parameterized >= 0.7.0
20
19
beautifulsoup4 >= 4.6.0
20
+ pyopenssl >= 19.0.0
21
21
colorama >= 0.4.1
22
22
pyotp >= 2.2.7
23
23
boto >= 2.49.0
Original file line number Diff line number Diff line change 59
59
'chardet' ,
60
60
'unittest2' ,
61
61
'selenium==3.141.0' ,
62
- 'urllib3==1.24.3' ,
63
62
'requests>=2.21.0' ,
64
63
'pytest>=4.4.1' ,
65
64
'pytest-cov>=2.6.1' ,
66
65
'pytest-forked>=1.0.2' ,
67
66
'pytest-html>=1.20.0' ,
68
67
'pytest-metadata>=1.8.0' ,
68
+ 'pytest-ordering>=0.6' ,
69
69
'pytest-rerunfailures>=7.0' ,
70
70
'pytest-xdist>=1.28.0' ,
71
- 'pytest-ordering>=0.6' ,
72
71
'parameterized>=0.7.0' ,
73
72
'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using bs4
73
+ 'pyopenssl>=19.0.0' ,
74
74
'colorama>=0.4.1' ,
75
75
'pyotp>=2.2.7' ,
76
76
'boto>=2.49.0' ,
You can’t perform that action at this time.
0 commit comments