Add alembic migrations

This commit is contained in:
Mike Fedosin
2016-08-18 12:52:22 +03:00
parent a98dd16687
commit 82fa1828df
10 changed files with 508 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ pbr>=1.6 # Apache-2.0
# < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
SQLAlchemy<1.1.0,>=1.0.10 # MIT
alembic>=0.8.4 # MIT
eventlet!=0.18.3,>=0.18.2 # MIT
PasteDeploy>=1.5.0 # MIT
Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT