Merge pull request #1088 from paddatrapper/celery-workaround
Pin celery version until we can fix compatibility with celery 5
This commit is contained in:
commit
bd70bc4f19
|
@ -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