nodepool/requirements.txt
Clark Boylan 2088a76b0d Match novaclients transitive six dep
Because of the way pip does dep resolution the "highest" dep
specification wins. In this case the nodepool specified six dep trumps
the six dep that we have transitively via novaclient. Unfortunately this
means that if you have an old six already installed and novaclient needs
a newer version that newer version is not installed.

Fix this by moving nodepools six dep forward to match novaclient.

Change-Id: Ic6f3611bea8c47bdc40757d134670c5f0ed8dc13
2014-11-21 11:47:34 -08:00

21 lines
307 B
Plaintext

pbr>=0.6,!=0.7,<1.0
gear
PyYAML
python-jenkins
paramiko>1.9.0
lockfile
python-daemon
extras
statsd>=1.0.0,<3.0
apscheduler>=2.1.1,<3.0
sqlalchemy>=0.8.2,<0.9.0
pyzmq>=13.1.0,<14.0.0
python-glanceclient
python-keystoneclient
python-novaclient
MySQL-python
PrettyTable>=0.6,<0.8
six>=1.7.0
diskimage-builder