https://github.com/ging/horizon
Raw File
Tip revision: 166ec2f29550bcc863813861314cf5709246e5b6 authored by Gabriel Hurley on 25 January 2012, 22:58:22 UTC
Implements action colors as per style guide. Fixes bug 921741.
Tip revision: 166ec2f
pip-requires
# 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/cloudbuilders/openstackx.git#egg=openstackx
-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
back to top