projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2a7e44
)
kombu-sqlalchemy a requirement in order for kombu sqlalchemy transport to work
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Sun, 26 Feb 2012 19:24:49 +0000
(13:24 -0600)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Sun, 26 Feb 2012 19:25:02 +0000
(13:25 -0600)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 1c7caf96fed34d28bbf81b0d47890ba18d6264b9..3e382e565a0fb360c98bdd5744bb11a02c827fb7 100644
(file)
--- 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',