aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2012-02-27 21:55:02 +0100
committerElrond <elrond+mediagoblin.org@samba-tng.org>2012-02-27 21:55:02 +0100
commit34344f1d85be72741a9421a8a3af12ced35bbe35 (patch)
treed1dee55b3f624531a6f361c21715fdcd8040c562 /setup.py
parent6b38a38a91a72e24362a0f7760942958096b6fce (diff)
parenta9a63a686e934e3189179dcf01faad39a330a378 (diff)
downloadmediagoblin-34344f1d85be72741a9421a8a3af12ced35bbe35.tar.lz
mediagoblin-34344f1d85be72741a9421a8a3af12ced35bbe35.tar.xz
mediagoblin-34344f1d85be72741a9421a8a3af12ced35bbe35.zip
Merge remote-tracking branch 'cwebber/celerysql'
* cwebber/celerysql: Adjust unit tests to match new celery/kombu sqlalchemy setup "database" is not the sqlalchemy kombu transport... should be "sqlalchemy" Celery and kombu databases should also be .gitignore'd kombu-sqlalchemy a requirement in order for kombu sqlalchemy transport to work Move mediagoblin dbs out of user_dev for race condition directory-creation reasons. Give kombu its own db. Responding to Elrond "sqlite will lock all the time!" :) Apparently an absolute path is three slashes after sqlite:. Thx elrond. Should be all that's needed to switch celery/kombu settings to sqlalchemy
Diffstat (limited to 'setup.py')
-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',