deb-keystone/requirements-py3.txt
David Stanek 455cd6fd7f Make the py33 Jenkins job happy
This is the first step toward getting Keystone up and running on
Python 3. This patch will create a virtualenv, but will not actually
run any tests. Future patches will enable testing modules as
incompatibilities are worked out.

bp python3

Change-Id: I1ca3bad7ec8789872791a18594cd6f3b4bf911eb
2014-04-24 19:27:41 +00:00

28 lines
539 B
Plaintext

# keystone dependencies
pbr>=0.6,!=0.7,<1.0
WebOb>=1.2.3
# Eventlet is considered dead for Py3
# eventlet>=0.13.0
greenlet>=0.3.2
netaddr>=0.7.6
PasteDeploy>=1.5.0
Paste
Routes>=1.12.3
six>=1.5.2
SQLAlchemy>=0.7.8,<=0.9.99
sqlalchemy-migrate>=0.8.2,!=0.8.4
passlib
lxml>=2.3
iso8601>=0.1.9
python-keystoneclient>=0.7.0
oslo.config>=1.2.0
# oslo.messaging tries to pull in eventlet
# oslo.messaging>=1.3.0a4
Babel>=1.3
oauthlib>=0.6
dogpile.cache>=0.5.0
jsonschema>=2.0.0,<3.0.0
# pycadf tries to pull in eventlet
# pycadf>=0.4.1
posix_ipc