Merge pull request #1088 from paddatrapper/celery-workaround

Pin celery version until we can fix compatibility with celery 5
This commit is contained in:
Robb 2020-08-28 07:02:11 -04:00 committed by GitHub
commit bd70bc4f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)