From e54f72091fd2ef485083eae37e2203212959f55c Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Sat, 26 Feb 2022 14:27:00 +1000 Subject: [PATCH] specific known working dependency commit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4cf476b6..aa4e0ed4 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 @ git+https://github.com/celery/django-celery-beat.git', + 'django-celery-beat @ git+https://github.com/celery/django-celery-beat.git@0806ab3c65e1615e9b617146779c21f49749067a', 'openfire-restapi', 'slixmpp',