Pull specific commit from git temporarily

This commit is contained in:
Ariel Rin 2022-02-02 15:18:20 +10:00
parent d71a26220c
commit ffff904ab1

View File

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