28 lines
760 B
Plaintext
28 lines
760 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>=1.6
|
|
|
|
anyjson>=0.3.3
|
|
Babel>=1.3
|
|
# The egg=tripleo-heat-templates suffix is needed by pbr's requirements
|
|
# processing code
|
|
http://tarballs.openstack.org/tripleo-heat-templates/tripleo-heat-templates-master.tar.gz#egg=tripleo_heat_templates
|
|
eventlet>=0.17.4
|
|
greenlet>=0.3.2
|
|
iso8601>=0.1.9
|
|
kombu>=3.0.7
|
|
lxml>=2.3
|
|
oslo.config>=2.3.0 # Apache-2.0
|
|
oslo.db>=2.4.1 # Apache-2.0
|
|
pecan>=1.0.0
|
|
posix-ipc
|
|
python-heatclient>=0.3.0
|
|
python-keystoneclient>=1.6.0
|
|
PyYAML>=3.1.0
|
|
six>=1.9.0
|
|
SQLAlchemy<1.1.0,>=0.9.9
|
|
sqlalchemy-migrate>=0.9.6
|
|
WebOb>=1.2.3
|
|
WSME>=0.7
|