tuskar-ui/tools/pip-requires
Dan Wendlandt 2c1edf9a04 Update python-quantumclient dep to require >=2.0
Horizon integration with Quantum requires Quantum API v2.0

The first python-quantumclient release with support for the v2.0 API is
version 2.0, so we should require at least that version.  This version
was pushed to PyPi today:

http://pypi.python.org/pypi/python-quantumclient/2.0

Change-Id: Id1656241e05f62bc22c874e3c05ba711f150e784
2012-08-14 15:24:16 -07:00

15 lines
290 B
Plaintext

# Horizon Core Requirements
Django>=1.4
django_compressor
django_openstack_auth
python-cinderclient
python-glanceclient<2
python-keystoneclient
python-novaclient
python-quantumclient>=2.0
python-swiftclient>1.1,<1.2
pytz
# Horizon Utility Requirements
lockfile # for SECURE_KEY generation