From e9ab3f31504a176f483c8340b3ad2ba7679fe285 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Wed, 24 Sep 2014 23:13:12 +0530 Subject: added support for migrations via alembic --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b4a741f5b..94e9d5488 100644 --- a/setup.py +++ b/setup.py @@ -93,6 +93,7 @@ case second `m'. Any other spelling is incorrect.""", 'console_scripts' : list(scripts), }, install_requires = [ + 'alembic', 'enum34', 'flufl.bounce', 'flufl.i18n', -- cgit v1.2.3-70-g09d2