
* Fixes bug 848403 * blueprint novaclient-migration * Fully removes openstackx * Needs https://review.openstack.org/3382 to work for non-admin users Change-Id: I3e7fcf2f79a92c92c6c66ff0637ed874563496d6
39 lines
641 B
Plaintext
39 lines
641 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
|
|
|
|
# quantum
|
|
-e git+https://github.com/openstack/python-quantumclient.git#egg=python-quantumclient-dev
|
|
python-gflags
|
|
|
|
# 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/glance.git#egg=glance
|