711b824cdf
0.7.10 has been released and is compatible with 0.7.x. Instead of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8 Fixes: Bug #1153983 Change-Id: I1a2ea0c36161df15fd55e95a6679628d14858944
34 lines
909 B
Plaintext
34 lines
909 B
Plaintext
# this file lists all the dependencies needed for running heat
|
|
|
|
# The greenlet package must be compiled with gcc and needs
|
|
# the Python.h headers. Make sure you install the python-dev
|
|
# package to get the right headers...
|
|
|
|
# lxml note: You will need gcc buildtools installed and must
|
|
# have installed libxml headers for lxml to be successfully
|
|
# installed using pip, therefore you will need to install the
|
|
# libxml2-dev(el) and libxslt-dev(el) packages.
|
|
|
|
PyCrypto>=2.1.0
|
|
boto>=2.4.0
|
|
eventlet>=0.9.17
|
|
greenlet>=0.3.1
|
|
httplib2
|
|
iso8601>=0.1.4
|
|
kombu>=1.0.4
|
|
argparse
|
|
lxml>=2.3,<=2.3.5
|
|
sqlalchemy-migrate>=0.7.2
|
|
python-novaclient
|
|
PasteDeploy==1.5.0
|
|
routes==1.12.3
|
|
SQLAlchemy>=0.7.8,<0.7.99
|
|
WebOb==1.2.3
|
|
python-keystoneclient
|
|
python-memcached
|
|
python-swiftclient
|
|
python-quantumclient>=2.2.0,<3.0.0
|
|
python-cinderclient
|
|
PyYAML>=3.1.0
|
|
http://tarballs.openstack.org/oslo-config/oslo.config-1.1.0b1.tar.gz#egg=oslo.config
|