https://github.com/ging/horizon
Raw File
Tip revision: 5ce394226a5333285d89cc8163bb4039a0c0e773 authored by Mark McLoughlin on 11 October 2012, 19:35:15 UTC
Bump version to 2012.1.4
Tip revision: 5ce3942
pip-requires
# Horizon Core Requirements
Django>=1.3
python-cloudfiles
python-dateutil
django-nose

# Glance Requirements
PasteDeploy
eventlet
kombu
paste
pycrypto==2.3
routes
sqlalchemy
sqlalchemy-migrate
webob==1.0.8
xattr
iso8601

# Horizon Non-pip Requirements
-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@stable/essex#egg=glance
back to top