use celery 3.0 and compatible kombo

This commit is contained in:
Robb Ebright 2017-04-13 23:11:59 -04:00
parent c7131e0936
commit 2d7882872b

View file

@ -44,7 +44,7 @@ setup(name='airtime-celery',
install_requires=[ install_requires=[
'soundcloud', 'soundcloud',
'celery < 4', 'celery < 4',
'kombu', 'kombu < 3.1',
'configobj' 'configobj'
], ],
zip_safe=False, zip_safe=False,