
Note: python-gflags is still a dependency for the quantum client, but the client's setup.py properly lists it as a dependency so we don't need it in our pip-requires. Given that we now detect quantum fully from the keystone service catalog, there are no settings/configuration for it in horizon anymore, and there are no special dependencies for it beyond the client, I'm saying that this fixes bug 893466. Change-Id: I2f31215974082fd354ab7fd274a6643010640fa8
38 lines
625 B
Plaintext
38 lines
625 B
Plaintext
# horizon
|
|
Django==1.3.1
|
|
python-cloudfiles
|
|
python-dateutil
|
|
|
|
# docs
|
|
sphinx
|
|
|
|
# testing
|
|
CherryPy
|
|
coverage
|
|
django-nose==0.1.2
|
|
django-nose-selenium
|
|
mox
|
|
nose==1.0.0
|
|
pep8
|
|
pylint
|
|
|
|
# glance
|
|
PasteDeploy
|
|
eventlet
|
|
kombu
|
|
paste
|
|
pycrypto==2.3
|
|
routes
|
|
sqlalchemy
|
|
sqlalchemy-migrate
|
|
webob
|
|
xattr
|
|
iso8601
|
|
|
|
|
|
# horizon non-pip deps
|
|
-e git+https://github.com/openstack/python-novaclient.git#egg=python-novaclient
|
|
-e git+https://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient
|
|
-e git+https://github.com/openstack/python-quantumclient.git#egg=python-quantumclient-dev
|
|
-e git+https://github.com/openstack/glance.git#egg=glance
|