Remove pip version specifier

We don't actually require pip 1.4, and saying that we do
breaks package installation in a lot of cases. Remove the
version specifier from our requirements list.

Fixes-bug: #1296310
Change-Id: I69c67c4c8cba7076e33292eaab9070ba51b4dff3
This commit is contained in:
Doug Hellmann 2014-03-23 07:52:38 -07:00
parent 2aeb8da1dc
commit 4a69c11864
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
pip>=1.4
pip