
Working around some limitations of setuptools/distribute/distutils in order to get the right versions of everything installed. Splits requirements out between core requirements and testing requirements. Change-Id: I2157527a91041a6297efe689b2a709f47fc605d8
25 lines
557 B
Plaintext
25 lines
557 B
Plaintext
# 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
|
|
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/python-quantumclient.git#egg=python-quantumclient
|
|
-e git+https://github.com/openstack/glance.git#egg=glance
|