set celery version 3

This commit is contained in:
Robb Ebright 2017-04-13 21:58:49 -04:00
parent e73a2941fd
commit c7131e0936

View file

@ -43,7 +43,7 @@ setup(name='airtime-celery',
packages=['airtime-celery'], packages=['airtime-celery'],
install_requires=[ install_requires=[
'soundcloud', 'soundcloud',
'celery', 'celery < 4',
'kombu', 'kombu',
'configobj' 'configobj'
], ],