File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 8.1.2
2
- setuptools >= 26.0 .0
2
+ setuptools >= 27.3 .0
3
3
selenium >= 2.53.6
4
4
nose >= 1.3.7
5
- pytest >= 3.0.1
5
+ pytest >= 3.0.2
6
6
six >= 1.10.0
7
7
flake8 == 3.0.4
8
8
requests == 2.11.1
9
- urllib3 == 1.16
9
+ urllib3 == 1.17
10
10
BeautifulSoup == 3.2.1
11
11
unittest2 == 1.1.0
12
12
chardet == 2.3.0
Original file line number Diff line number Diff line change 1
1
pip>=8.1.2
2
- setuptools>=26.0 .0
2
+ setuptools>=27.3 .0
3
3
selenium>=2.53.6
4
4
nose>=1.3.7
5
- pytest>=3.0.1
5
+ pytest>=3.0.2
6
6
six>=1.10.0
7
7
flake8==3.0.4
8
8
requests==2.11.1
9
- urllib3==1.16
9
+ urllib3==1.17
10
10
BeautifulSoup==3.2.1
11
11
unittest2==1.1.0
12
12
chardet==2.3.0
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'seleniumbase' ,
9
- version = '1.2.10 ' ,
9
+ version = '1.2.11 ' ,
10
10
url = 'http://seleniumbase.com' ,
11
11
author = 'Michael Mintz' ,
12
12
author_email = '@mintzworld' ,
15
15
license = 'The MIT License' ,
16
16
install_requires = [
17
17
'pip>=8.1.2' ,
18
- 'setuptools>=26.0 .0' ,
18
+ 'setuptools>=27.3 .0' ,
19
19
'selenium>=2.53.6' ,
20
20
'nose>=1.3.7' ,
21
- 'pytest>=3.0.1 ' ,
21
+ 'pytest>=3.0.2 ' ,
22
22
'six>=1.10.0' ,
23
23
'flake8==3.0.4' ,
24
24
'requests==2.11.1' ,
25
- 'urllib3==1.16 ' ,
25
+ 'urllib3==1.17 ' ,
26
26
'BeautifulSoup==3.2.1' ,
27
27
'unittest2==1.1.0' ,
28
28
'chardet==2.3.0' ,
You can’t perform that action at this time.
0 commit comments