diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-02-16 21:25:31 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-02-16 21:25:31 +0000 |
commit | ba3c407b133b8948fbd854ab231ee7f8e4a21949 (patch) | |
tree | 172430696a8047db4d3a81c8b674e2bbeef601d9 /requirements.txt | |
parent | 7aa2ab905e032f811763d657087482e68c304859 (diff) | |
parent | 50b3a02ee41c24d603dac6fada9b753374c8f1b8 (diff) | |
download | ironic-ba3c407b133b8948fbd854ab231ee7f8e4a21949.tar.gz |
Merge "alembic with initial migration and tests"
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index d7142dad2..daceb23d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ pbr>=0.6,<1.0 SQLAlchemy>=0.7.8,<=0.8.99 +alembic>=0.4.1 amqplib>=0.6.1 anyjson>=0.3.3 argparse |