kombu-sqlalchemy a requirement in order for kombu sqlalchemy transport to work

This commit is contained in:
Christopher Allan Webber 2012-02-26 13:24:49 -06:00
parent b2a7e44c9e
commit b594eadfbf

View File

@ -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',