pin celery version until we can fix compatibility with celery 5

This commit is contained in:
Kyle Robbertze 2020-08-28 12:47:01 +02:00
parent 5ac18aa4e1
commit 4c0146db74
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,
)