
We need PyCrypto>=2.1.0 for Random which is used in heat.common.crypt Change-Id: Ib951deaca17f972aa70a2a65f6e3ade5fb509981 Signed-off-by: Steven Hardy <shardy@redhat.com>
34 lines
808 B
Plaintext
34 lines
808 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
|
|
extras
|
|
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
|
|
pysendfile
|
|
SQLAlchemy>=0.7.8,<=0.7.9
|
|
WebOb==1.0.8
|
|
python-keystoneclient
|
|
python-memcached
|
|
python-swiftclient
|
|
python-quantumclient
|
|
PyYAML>=3.1.0
|