Skip to content

Commit 20f2837

Browse files
committed
Don't set a specific version for pip & setuptools
1 parent 5079d79 commit 20f2837

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pip>=9.0.3
2-
setuptools>=39.0.1
1+
pip
2+
setuptools
33
ipython==5.5.0
44
selenium==3.8.1
55
nose==1.3.7

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
maintainer='Michael Mintz',
1818
license='The MIT License',
1919
install_requires=[
20-
'pip>=9.0.3',
21-
'setuptools>=39.0.1',
20+
'pip',
21+
'setuptools',
2222
'ipython==5.5.0',
2323
'selenium==3.8.1',
2424
'nose==1.3.7',

0 commit comments

Comments
 (0)