3d65db3d95
It's not used nor imported by the project directly and Horizon switched to oslo.concurrency. Change-Id: Ib6f8703837bb5360bb0c481dadb606463d3163d3
25 lines
678 B
Plaintext
25 lines
678 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
pbr>=0.6,!=0.7,<1.0
|
|
# Horizon Core Requirements
|
|
Django>=1.4.2,<1.7
|
|
django_compressor>=1.4
|
|
django_openstack_auth>=1.1.7,!=1.1.8
|
|
eventlet>=0.16.1
|
|
kombu>=2.5.0
|
|
iso8601>=0.1.9
|
|
netaddr>=0.7.12
|
|
os-cloud-config
|
|
python-cinderclient>=1.1.0
|
|
python-glanceclient>=0.15.0
|
|
python-heatclient>=0.2.9
|
|
python-keystoneclient>=1.0.0
|
|
python-novaclient>=2.18.0
|
|
python-neutronclient>=2.3.6,<3
|
|
python-swiftclient>=2.2.0
|
|
python-ceilometerclient>=1.0.6
|
|
pytz>=2013.6
|
|
|
|
python-ironicclient>=0.2.1
|