22a004da17
sqlalchemy 0.8 beta has hit mirrors, and changes dependencies, thus breaking jenkins. This pins it to 0.7 series until all the projects agree to move forward to 0.8. Fixes bug #1073569 Change-Id: I7b13ef48730e6499442a4a2a9d28b59e0121acf0
36 lines
735 B
Plaintext
36 lines
735 B
Plaintext
# 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...
|
|
greenlet>=0.3.1
|
|
|
|
SQLAlchemy>=0.7,<=0.7.9
|
|
anyjson
|
|
eventlet>=0.9.12
|
|
PasteDeploy
|
|
routes
|
|
webob==1.0.8
|
|
wsgiref
|
|
argparse
|
|
boto==2.1.1
|
|
sqlalchemy-migrate>=0.7
|
|
httplib2
|
|
kombu
|
|
pycrypto>=2.1.0alpha1
|
|
iso8601>=0.1.4
|
|
|
|
|
|
# For Swift storage backend.
|
|
python-swiftclient>=1.2,<2
|
|
|
|
# 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 and libxslt-dev Ubuntu packages.
|
|
lxml
|
|
|
|
# For paste.util.template used in keystone.common.template
|
|
Paste
|
|
|
|
passlib
|
|
jsonschema
|