add alembic to db dependencies

This commit is contained in:
Lance Edgar 2012-09-22 16:49:59 -07:00
parent b1593d0c45
commit 9d66bd0468

View file

@ -94,6 +94,7 @@ extras = {
#
# package # low high
'alembic', # 0.3.1
'SQLAlchemy', # 0.7.6
# 'Tempita', # 0.5.1
],