We now require sqlalchemy and sqlalchemy-migrate

This commit is contained in:
Christopher Allan Webber 2012-02-19 15:30:38 -06:00
parent d2506eebb4
commit 99812bbc4a

View File

@ -62,6 +62,8 @@ setup(
'webtest',
'ConfigObj',
'Markdown',
'sqlalchemy',
'sqlalchemy-migrate',
## For now we're expecting that users will install this from
## their package managers.
# 'lxml',