a2e7b10918
* Uses Django 1.4 as minimum version for Folsom. * Switches to using Django 1.4's LiveServerTestCase instead of django-nose-selenium and cherrypy. * Moves django-nose to be a test dependency only. Fixes bug 801362. Change-Id: I5c8a145aba868acf355fe215307d7ce8835913f6
10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
# Horizon Core Requirements
|
|
Django>=1.4
|
|
python-cloudfiles
|
|
python-dateutil
|
|
|
|
# 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
|