pin celery version until we can fix compatibility with celery 5
This commit is contained in:
parent
5ac18aa4e1
commit
4c0146db74
|
@ -48,7 +48,7 @@ setup(
|
|||
author_email="duncan.sommerville@sourcefabric.org",
|
||||
license="MIT",
|
||||
packages=["airtime-celery"],
|
||||
install_requires=["soundcloud", "celery", "kombu", "configobj"],
|
||||
install_requires=["soundcloud", "celery==4.4.7", "kombu==4.6.10", "configobj"],
|
||||
zip_safe=False,
|
||||
data_files=data_files,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue