specific known working dependency commit

This commit is contained in:
Ariel Rin 2022-02-26 14:27:00 +10:00
parent 75b5b28804
commit e54f72091f

View File

@ -27,7 +27,7 @@ install_requires = [
'django-registration>=3.2', 'django-registration>=3.2',
'django-sortedm2m', 'django-sortedm2m',
'django-redis>=5.2.0<6.0.0', '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', 'openfire-restapi',
'slixmpp', 'slixmpp',