diff --git a/requirements.txt b/requirements.txt index b3e400d..986f0c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,6 @@ channels~=4.2.0 # WebSocket support daphne~=4.1.2 # ASGI server pillow~=11.1.0 # Image handling whitenoise~=6.6.0 # Static file serving -django-cleanup \ No newline at end of file +django-cleanup +redis +redis-channels \ No newline at end of file