File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 9.0.1
2
- setuptools >= 38.5.1
2
+ setuptools >= 38.5.2
3
3
ipython == 5.5.0
4
4
selenium == 3.8.1
5
5
nose == 1.3.7
Original file line number Diff line number Diff line change 1
1
pip>=9.0.1
2
- setuptools>=38.5.1
2
+ setuptools>=38.5.2
3
3
ipython==5.5.0
4
4
selenium==2.53.6
5
5
nose==1.3.7
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'seleniumbase' ,
11
- version = '1.7.2 ' ,
11
+ version = '1.7.3 ' ,
12
12
description = 'Web Automation & Testing Framework - http://seleniumbase.com' ,
13
13
long_description = 'Web Automation and Testing Framework - seleniumbase.com' ,
14
14
platforms = 'Mac * Windows * Linux * Docker' ,
19
19
license = 'The MIT License' ,
20
20
install_requires = [
21
21
'pip>=9.0.1' ,
22
- 'setuptools>=38.5.1 ' ,
22
+ 'setuptools>=38.5.2 ' ,
23
23
'ipython==5.5.0' ,
24
24
'selenium==2.53.6' ,
25
25
'nose==1.3.7' ,
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'seleniumbase' ,
11
- version = '1.7.2 ' ,
11
+ version = '1.7.3 ' ,
12
12
description = 'Web Automation & Testing Framework - http://seleniumbase.com' ,
13
13
long_description = 'Web Automation and Testing Framework - seleniumbase.com' ,
14
14
platforms = 'Mac * Windows * Linux * Docker' ,
19
19
license = 'The MIT License' ,
20
20
install_requires = [
21
21
'pip>=9.0.1' ,
22
- 'setuptools>=38.5.1 ' ,
22
+ 'setuptools>=38.5.2 ' ,
23
23
'ipython==5.5.0' ,
24
24
'selenium==3.8.1' ,
25
25
'nose==1.3.7' ,
You can’t perform that action at this time.
0 commit comments