File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ setuptools
3
3
ipython == 5.6.0
4
4
selenium == 3.11.0
5
5
nose == 1.3.7
6
- pytest == 3.5.1
7
- pytest-html == 1.17 .0
6
+ pytest == 3.6.3
7
+ pytest-html == 1.19 .0
8
8
pytest-xdist == 1.22.2
9
9
six == 1.10.0
10
10
flake8 == 3.5.0
11
- requests == 2.18.4
11
+ requests == 2.19.1
12
12
beautifulsoup4 == 4.6.0
13
13
unittest2 == 1.1.0
14
14
chardet == 3.0.4
Original file line number Diff line number Diff line change 1
1
"""
2
2
The setup package to install SeleniumBase dependencies and plugins
3
- (Uses selenium 3.x and is compatible with Python 2.7+ and Python 3.4 +)
3
+ (Uses selenium 3.x and is compatible with Python 2.7+ and Python 3.6 +)
4
4
"""
5
5
6
6
from setuptools import setup , find_packages # noqa
22
22
'ipython==5.6.0' ,
23
23
'selenium==3.11.0' ,
24
24
'nose==1.3.7' ,
25
- 'pytest==3.5.1 ' ,
26
- 'pytest-html==1.17 .0' ,
25
+ 'pytest==3.6.3 ' ,
26
+ 'pytest-html==1.19 .0' ,
27
27
'pytest-xdist==1.22.2' ,
28
28
'six==1.10.0' ,
29
29
'flake8==3.5.0' ,
30
- 'requests==2.18.4 ' ,
30
+ 'requests==2.19.1 ' ,
31
31
'beautifulsoup4==4.6.0' ,
32
32
'unittest2==1.1.0' ,
33
33
'chardet==3.0.4' ,
You can’t perform that action at this time.
0 commit comments