Remove pinning of pip package

It has been fixed in pip upstream
https://github.com/pypa/pip/blob/8.0.2/CHANGES.txt#L11-L13

Change-Id: If2cb933e0e000c776b4d4612ec559ab7185489d4
Related-bug: #1536188
This commit is contained in:
Evgeniy L 2016-01-22 12:31:56 +03:00
parent 3120338753
commit 73a318f656

View File

@ -1,6 +1,3 @@
# temporary pin version of pip because of:
# https://github.com/pypa/pip/issues/3384
pip<8.0
Babel>=1.3
Jinja2>=2.7
Mako>=0.9.1