Skip to content

Commit 2554c48

Browse files
authored
Merge pull request #149 from seleniumbase/update-setuptools-version
Update setuptools version
2 parents d73c98c + d491706 commit 2554c48

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=9.0.1
2-
setuptools>=38.5.1
2+
setuptools>=38.5.2
33
ipython==5.5.0
44
selenium==3.8.1
55
nose==1.3.7

server_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=9.0.1
2-
setuptools>=38.5.1
2+
setuptools>=38.5.2
33
ipython==5.5.0
44
selenium==2.53.6
55
nose==1.3.7

server_setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='seleniumbase',
11-
version='1.7.2',
11+
version='1.7.3',
1212
description='Web Automation & Testing Framework - http://seleniumbase.com',
1313
long_description='Web Automation and Testing Framework - seleniumbase.com',
1414
platforms='Mac * Windows * Linux * Docker',
@@ -19,7 +19,7 @@
1919
license='The MIT License',
2020
install_requires=[
2121
'pip>=9.0.1',
22-
'setuptools>=38.5.1',
22+
'setuptools>=38.5.2',
2323
'ipython==5.5.0',
2424
'selenium==2.53.6',
2525
'nose==1.3.7',

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='seleniumbase',
11-
version='1.7.2',
11+
version='1.7.3',
1212
description='Web Automation & Testing Framework - http://seleniumbase.com',
1313
long_description='Web Automation and Testing Framework - seleniumbase.com',
1414
platforms='Mac * Windows * Linux * Docker',
@@ -19,7 +19,7 @@
1919
license='The MIT License',
2020
install_requires=[
2121
'pip>=9.0.1',
22-
'setuptools>=38.5.1',
22+
'setuptools>=38.5.2',
2323
'ipython==5.5.0',
2424
'selenium==3.8.1',
2525
'nose==1.3.7',

0 commit comments

Comments
 (0)