From: Christopher Allan Webber Date: Sun, 19 Feb 2012 21:30:38 +0000 (-0600) Subject: We now require sqlalchemy and sqlalchemy-migrate X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=99812bbc4a76735824708b341ea283f09a1b423c;p=mediagoblin.git We now require sqlalchemy and sqlalchemy-migrate --- diff --git a/setup.py b/setup.py index 9dd8964a..1c7caf96 100644 --- a/setup.py +++ b/setup.py @@ -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',