Remove the pip version pinning to < 8

The pip issue pypa/pip#3384 has already been fixed after pip 8.0.1
released. But leave the facility to easy flip this on in the future.

TrivialFix

Change-Id: I49658ce4056c773943321270defd461bbf3e9fb9
This commit is contained in:
Allen Gao 2016-01-25 17:59:31 +08:00
parent 973fb21de6
commit 75446deea0
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
pip<8
pip!=8