we don't actually require pip?

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-04 17:46:21 -05:00
parent 857dd3b20a
commit ebbb6f5cd8
+1 -2
View File
@@ -23,8 +23,7 @@ if sys.argv[-1] == "publish":
required = [
'virtualenv',
'pew>=0.1.26',
'pip>=9.0.1'
'pew>=0.1.26'
]
if sys.version_info < (2, 7):