diff options
author | Monty Taylor <mordred@inaugust.com> | 2012-05-26 14:58:14 -0400 |
---|---|---|
committer | Gabriel Hurley <gabriel@strikeawe.com> | 2012-05-26 14:36:19 -0700 |
commit | c93e7c06fdfbd357767d8bb14b4a4d6fd9693e1e (patch) | |
tree | 188bb19696462c9f925a62841f7f04b96981851f /tools/pip-requires | |
parent | 4f7ee81b5850b43a2c1eaba85d6bac8099600e19 (diff) | |
download | tuskar-ui-c93e7c06fdfbd357767d8bb14b4a4d6fd9693e1e.tar.gz |
Add ProjectTestingInterface to horizon.
Horizon is the last project that doesn't have support for the common
Project Testing Interface. This gets horizon up to speed with the
other bits, but shouldn't break any of the existing interfaces.
Change-Id: I464c3b10d9708a0b7b5ffd42c88cd3cf515ef6a7
Diffstat (limited to 'tools/pip-requires')
-rw-r--r-- | tools/pip-requires | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 9584143f..6c52d96b 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -4,6 +4,6 @@ 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/python-glanceclient.git#egg=python-glanceclient +https://github.com/openstack/python-novaclient/zipball/master#egg=python-novaclient +https://github.com/openstack/python-keystoneclient/zipball/master#egg=python-keystoneclient +https://github.com/openstack/python-glanceclient/zipball/master#egg=python-glanceclient |