From bf4afc1a1b6158c6421e1bed62545ea36aa9c0ae Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Sun, 31 May 2015 13:18:58 -0400 Subject: [PATCH] Add pip to requirements list A possible solution to the bug reported by Peter Martini where other dependencies are causing pip to become broken. In this case we attempt to upgrade pip via the requirements file. Change-Id: I4b1f4c4241e20e061f15c7834199cb1a6cf5111c Closes-Bug: #1459947 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 5fbd67aaa..b351a61bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ PyYAML jinja2 +pip>=7.0