Files
horizon/tools/pip-requires
James E. Blair 0c18385fd1 Add distribute to test-requires.
Currently glance (which is required for testing by keystone because
there is no python-glanceclient yet) requires distribute>=0.6.24,
but it can't be installed as a dependency of a dependency.  Requiring
it explicitly here should help.

Install test-requires first, otherwise distribute doesn't get properly set.

Install distribute manually until we can re-address venv creation.

Align webob version to the other projects due to version conflicts.

Change-Id: Iac0b6860c600fbf230cf4f602ce1b76c68fcb7cd
2012-04-18 07:39:27 -07:00

24 lines
478 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==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.git#egg=glance