From: Christopher Allan Webber Date: Sun, 26 Feb 2012 19:24:49 +0000 (-0600) Subject: kombu-sqlalchemy a requirement in order for kombu sqlalchemy transport to work X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b594eadfbf90f09f4b2a73b7f89fed2b05ba10f3;p=mediagoblin.git kombu-sqlalchemy a requirement in order for kombu sqlalchemy transport to work --- diff --git a/setup.py b/setup.py index 1c7caf96..3e382e56 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ setup( 'Markdown', 'sqlalchemy', 'sqlalchemy-migrate', + 'kombu-sqlalchemy', ## For now we're expecting that users will install this from ## their package managers. # 'lxml',