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:
parent
71d5eca6e6
commit
425e84c37e
|
@ -23,7 +23,7 @@ mock>=2.0.0
|
|||
MySQL-python>=1.2.5
|
||||
pathlib>=1.0
|
||||
Pillow>=3.0
|
||||
pip>=6.1.1
|
||||
pip>=6.1.1,<9.0
|
||||
pyang>=1.6
|
||||
pyflakes>=0.8.1
|
||||
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors
|
||||
|
|
Loading…
Reference in a new issue