Skip to content

Commit accd478

Browse files
committed
Less strict pip & setuptools from setup.py
1 parent cdcb0f9 commit accd478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"Programming Language :: Python :: 3.7",
5252
],
5353
install_requires=[
54-
'pip>=19.1.1',
55-
'setuptools>=41.0.1',
54+
'pip',
55+
'setuptools',
5656
'six',
5757
'nose',
5858
'ipdb',

0 commit comments

Comments
 (0)