temp fix for #31

This commit is contained in:
Maxi Quoß
2022-12-15 22:02:53 +01:00
parent a7dd5ab74c
commit c0b055ed1b
2 changed files with 2 additions and 2 deletions

View File

@@ -174,4 +174,4 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
VERSION = "v2.3.0"
VERSION = "v2.3.1"

View File

@@ -1,6 +1,6 @@
celery[redis]
channels
channels-redis
channels-redis==3.4.1
django
django-celery-beat
gunicorn