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
This commit is contained in:
Julia Kreger 2015-05-31 13:18:58 -04:00
parent 422b79118e
commit bf4afc1a1b
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
PyYAML
jinja2
pip>=7.0