kombu-sqlalchemy a requirement in order for kombu sqlalchemy transport to work
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 26 Feb 2012 19:24:49 +0000 (13:24 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 26 Feb 2012 19:25:02 +0000 (13:25 -0600)
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',