Skip to content

Commit 4e04b75

Browse files
committed
Use setuptools 38.5.2
1 parent d73c98c commit 4e04b75

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.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: 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.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: 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.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)