Skip to content

Commit c723915

Browse files
committed
Upgrade setuptools version to 38.5.1
1 parent 097debe commit c723915

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.4
2+
setuptools>=38.5.1
33
ipython==5.4.1
44
selenium==3.8.0
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.2.4
2+
setuptools>=38.5.1
33
ipython==5.4.1
44
selenium==2.53.6
55
nose==1.3.7

server_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
license='The MIT License',
2020
install_requires=[
2121
'pip>=9.0.1',
22-
'setuptools>=38.2.4',
22+
'setuptools>=38.5.1',
2323
'ipython==5.4.1',
2424
'selenium==2.53.6',
2525
'nose==1.3.7',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
license='The MIT License',
2020
install_requires=[
2121
'pip>=9.0.1',
22-
'setuptools>=38.2.4',
22+
'setuptools>=38.5.1',
2323
'ipython==5.4.1',
2424
'selenium==3.8.0',
2525
'nose==1.3.7',

0 commit comments

Comments
 (0)