File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ setuptools
3
3
six
4
4
nose
5
5
ipdb
6
- chardet
7
6
unittest2
8
- selenium == 3.141.0
7
+ idna == 2.8
8
+ chardet == 3.0.4
9
9
urllib3 == 1.24.3
10
10
requests >= 2.21.0
11
- pytest >= 4.4.1
12
- pytest-cov >= 2.6.1
11
+ selenium == 3.141.0
12
+ pluggy >= 0.11.0
13
+ pytest >= 4.4.2
14
+ pytest-cov >= 2.7.1
13
15
pytest-forked >= 1.0.2
14
16
pytest-html >= 1.20.0
15
17
pytest-metadata >= 1.8.0
Original file line number Diff line number Diff line change 51
51
"Programming Language :: Python :: 3.7" ,
52
52
],
53
53
install_requires = [
54
- 'pip' ,
54
+ 'pip>=19.1.1 ' ,
55
55
'setuptools' ,
56
56
'six' ,
57
57
'nose' ,
58
58
'ipdb' ,
59
- 'chardet' ,
60
59
'unittest2' ,
61
- 'selenium==3.141.0' ,
62
- 'urllib3==1.24.3' ,
60
+ 'idna==2.8' , # Must stay in sync with "requests"
61
+ 'chardet==3.0.4' , # Must stay in sync with "requests"
62
+ 'urllib3==1.24.3' , # Must stay in sync with "requests"
63
63
'requests>=2.21.0' ,
64
- 'pytest>=4.4.1' ,
65
- 'pytest-cov>=2.6.1' ,
64
+ 'selenium==3.141.0' ,
65
+ 'pluggy>=0.11.0' ,
66
+ 'pytest>=4.4.2' ,
67
+ 'pytest-cov>=2.7.1' ,
66
68
'pytest-forked>=1.0.2' ,
67
69
'pytest-html>=1.20.0' ,
68
70
'pytest-metadata>=1.8.0' ,
69
71
'pytest-ordering>=0.6' ,
70
72
'pytest-rerunfailures>=7.0' ,
71
73
'pytest-xdist>=1.28.0' ,
72
74
'parameterized>=0.7.0' ,
73
- 'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using bs4
75
+ 'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using " bs4"
74
76
'pyopenssl>=19.0.0' ,
75
77
'colorama>=0.4.1' ,
76
78
'pyotp>=2.2.7' ,
You can’t perform that action at this time.
0 commit comments