From 9d66bd0468a5f1337047fb47c05015675a4dc8d7 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 22 Sep 2012 16:49:59 -0700 Subject: [PATCH] add alembic to db dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6317aab..f81a1fb 100644 --- a/setup.py +++ b/setup.py @@ -94,6 +94,7 @@ extras = { # # package # low high + 'alembic', # 0.3.1 'SQLAlchemy', # 0.7.6 # 'Tempita', # 0.5.1 ],