Files
barbican/requirements.txt
T
jfwood b64228a945 Revive Alembic-based database migration logic.
Alembic migrations were introduced to Barbican a while ago but have not been
used recently. This CR revisits the migration logic and ensures that time-zero
database tables creation is distinguished from Alembic-base schema updates.
The associated database migration script is also revived, allowing for
schema migrations outside of the Barbican boot process.

Change-Id: I3e7fd7ac3f629da18329c22ad11cb9ccc1b7f9f9
Implements: blueprint db-revive-migrations
2014-03-25 11:04:08 -05:00

23 lines
395 B
Plaintext

alembic>=0.4.1
Babel>=1.3
eventlet>=0.13.0
falcon>=0.1.6,<0.1.7
iso8601==0.1.8
jsonschema>=1.3.0,!=1.4.0
kombu>=2.4.8
netaddr>=0.7.6
oslo.config>=1.2.0
oslo.messaging>=1.3.0a4
PasteDeploy>=1.5.0
Paste
pbr>=0.5.21,<1.0
pycrypto>=2.6
pysqlite
python-keystoneclient>=0.4.1
SQLAlchemy>=0.7.8,<=0.9.99
stevedore>=0.12
WebOb>=1.2.3,<1.3
wsgiref>=0.1.2
# TODO: Get this working again...PyKCS11>=1.2.4