diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-11-03 20:22:57 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-11-03 20:22:57 -0600 |
commit | 496d779a6338681760aa496b49af4b5d6de33031 (patch) | |
tree | ead57e1def16725367fd97987b6691cf14f3b18b /setup.py | |
parent | 70b0712de2330d38fd60912d04ba361115fd3b01 (diff) | |
download | mediagoblin-496d779a6338681760aa496b49af4b5d6de33031.tar.lz mediagoblin-496d779a6338681760aa496b49af4b5d6de33031.tar.xz mediagoblin-496d779a6338681760aa496b49af4b5d6de33031.zip |
Apparently we need a version of Kombu less than 3.0 for now.
This commit sponsored by Andrés Muñiz Piniella. Thank you!
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ setup( 'pytest-xdist', 'werkzeug>=0.7', 'celery>=3.0', - 'kombu', + 'kombu<3.0', 'jinja2', 'sphinx', 'Babel<1.0', |