From ad098dce4ae11e43ce1fa8f18fecc73c654a0c97 Mon Sep 17 00:00:00 2001 From: Dima Shulyak Date: Thu, 16 Jan 2014 12:53:53 +0200 Subject: [PATCH] alembic with initial migration and tests All sqlalchemy migrations and code associated with them was removed including tests Added all necessery alembic code to expose alembic specific features: like revision and stamp Added initial migration for alembic, that is fully in sync with models including: uniques, indexes and columns params Refactored test_versions to use alembic as migration api Refactored BaseTestCase and Database fixture to use alembic as migration api Change-Id: I8a91704d21ccea1b8135b9d724df5856ac21108c --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a66ddd1..62970a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ pbr>=0.5.21,<1.0 SQLAlchemy>=0.7.8,<=0.8.99 +alembic>=0.4.1 amqplib>=0.6.1 anyjson>=0.3.3 argparse