aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-02-26 13:24:49 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-02-26 13:25:02 -0600
commitb594eadfbf90f09f4b2a73b7f89fed2b05ba10f3 (patch)
treee42cae990e0312972dec49ed1dfa85b368d7f249
parentb2a7e44c9ea241e78f8e49025b98833808200e32 (diff)
downloadmediagoblin-b594eadfbf90f09f4b2a73b7f89fed2b05ba10f3.tar.lz
mediagoblin-b594eadfbf90f09f4b2a73b7f89fed2b05ba10f3.tar.xz
mediagoblin-b594eadfbf90f09f4b2a73b7f89fed2b05ba10f3.zip
kombu-sqlalchemy a requirement in order for kombu sqlalchemy transport to work
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',