
setup.py still has references to nova/compute and was missing some requires statements, and more importantly didn't hvae the install_requires. Also, tools/pip-requires needed lxml versions set, as well as added the missing setuptools_git entry. This was exposed when trying to run Grenade as the requires.txt file was never generated. Fixes bug #1055693 Change-Id: Iaf9669d66e89507989ef3fde630dc2b488a97cfc
22 lines
338 B
Plaintext
22 lines
338 B
Plaintext
SQLAlchemy>=0.7.3
|
|
amqplib==0.6.1
|
|
anyjson==0.2.4
|
|
eventlet>=0.9.17
|
|
kombu==1.0.4
|
|
lockfile==0.8
|
|
lxml>=2.3,<=2.3.5
|
|
python-daemon==1.5.5
|
|
routes==1.12.3
|
|
WebOb==1.0.8
|
|
wsgiref==0.1.2
|
|
greenlet>=0.3.1
|
|
PasteDeploy==1.5.0
|
|
paste
|
|
sqlalchemy-migrate>=0.7.2
|
|
suds==0.4
|
|
paramiko
|
|
Babel>=0.9.6
|
|
iso8601>=0.1.4
|
|
setuptools_git>=0.4
|
|
python-glanceclient>=0.5.0,<2
|