302ba18d81
The check_constraints utility wraps a new check_exists cmd. This command looks at a project's requirements and checks: - That the requirement name alone exists in both g-r and u-c - If it exists in both, then check that the version in u-c is covered. - Added an extra g-r check as a flag, but not quite happy with it. It needs more work.. but would be a _little_ more correct if/when g-r stops defining the minimum. This patch is currently WIP as tests are still required. But is the starting point for the fuzzy checking for projects managing their own lower-constraints. Change-Id: I36690fddcfc24d49aab0d28d7d46dcd8d9128b2a
44 lines
946 B
Plaintext
44 lines
946 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
|
|
|
|
# < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
|
|
SQLAlchemy>=0.7.8,<=1.0.17
|
|
anyjson>=0.3.3
|
|
eventlet>=0.9.12
|
|
PasteDeploy
|
|
routes
|
|
WebOb>=1.2
|
|
wsgiref
|
|
argparse
|
|
boto
|
|
sqlalchemy-migrate>=0.7
|
|
httplib2
|
|
kombu>2.4.7
|
|
pycrypto>=2.1.0alpha1
|
|
iso8601>=0.1.4
|
|
oslo.config>=1.1.0
|
|
|
|
|
|
# For Swift storage backend.
|
|
python-swiftclient>=1.2,<4
|
|
|
|
# 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
|
|
python-cinderclient>=1.0.4
|
|
python-keystoneclient>=0.2.0
|
|
pyOpenSSL
|
|
|
|
# Required by openstack.common libraries
|
|
six
|