From ebbb6f5cd8632ad7058a099ffc1b475eec7caca3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 4 Mar 2018 17:46:21 -0500 Subject: [PATCH] we don't actually require pip? Signed-off-by: Kenneth Reitz --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 56d527fc..4c1f042d 100644 --- a/setup.py +++ b/setup.py @@ -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):