From ffff904ab1257663e11ca1688473c15a30c31875 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 2 Feb 2022 15:18:20 +1000 Subject: [PATCH] Pull specific commit from git temporarily --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f22e19d..335ba2bd 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ install_requires = [ 'django-registration>=3.2', 'django-sortedm2m', 'django-redis>=5.2.0<6.0.0', - 'django-celery-beat>=2.2.1', + 'django-celery-beat @ git+https://github.com/celery/django-celery-beat.git', 'openfire-restapi', 'sleekxmpp',