Apparently we need a version of Kombu less than 3.0 for now.

This commit sponsored by Andrés Muñiz Piniella.  Thank you!
This commit is contained in:
Christopher Allan Webber 2013-11-03 20:22:57 -06:00
parent 70b0712de2
commit 496d779a63

View File

@ -49,7 +49,7 @@ setup(
'pytest-xdist',
'werkzeug>=0.7',
'celery>=3.0',
'kombu',
'kombu<3.0',
'jinja2',
'sphinx',
'Babel<1.0',