Pip 9.0.1 does not obey requirements which lead to downgrading an installed package. Useless for our purpose. Requiring pip<9.0 in requirements.txt .

- Legacy-Id: 12271
This commit is contained in:
Henrik Levkowetz 2016-11-07 12:45:18 +00:00
parent 71d5eca6e6
commit 425e84c37e

View file

@ -23,7 +23,7 @@ mock>=2.0.0
MySQL-python>=1.2.5 MySQL-python>=1.2.5
pathlib>=1.0 pathlib>=1.0
Pillow>=3.0 Pillow>=3.0
pip>=6.1.1 pip>=6.1.1,<9.0
pyang>=1.6 pyang>=1.6
pyflakes>=0.8.1 pyflakes>=0.8.1
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors