Apparently kombu is fine again

This commit is contained in:
Christopher Allan Webber 2013-11-10 12:38:49 -06:00
parent 7ec0a978e0
commit 904caab6b1

View File

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