ea58d8963e
This unifies the pip/test-requires with the common requirements defined in the OpenStack/requirements repository, which simplifies dependency tracking for packaging purposes. There are small minimum-required version bumps that most likely make sense for horizon as well (or are already implicitely required due to transitive dependencies). Change-Id: I50d7d72b54a95012eb7a4f350ef0c3ef88047e01
20 lines
443 B
Plaintext
20 lines
443 B
Plaintext
d2to1>=0.2.10,<0.3
|
|
pbr>=0.5.16,<0.6
|
|
# Horizon Core Requirements
|
|
django>=1.4,<1.6
|
|
django_compressor>=1.3
|
|
django_openstack_auth>=1.0.11
|
|
iso8601>=0.1.4
|
|
netaddr
|
|
python-cinderclient>=1.0.4,<2
|
|
python-glanceclient>=0.9.0,<2
|
|
python-heatclient>=0.2.2
|
|
python-keystoneclient>=0.2,<0.3
|
|
python-novaclient>=2.12.0,<3
|
|
python-quantumclient>=2.2.0,<3.0.0
|
|
python-swiftclient>=1.2,<2
|
|
pytz
|
|
# Horizon Utility Requirements
|
|
# for SECURE_KEY generation
|
|
lockfile>=0.8
|