From fb06fb805db94f166d0802c062f273c1a0cf92d4 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Sat, 22 Mar 2025 22:47:56 +0530 Subject: [PATCH] update deps --- pyproject.toml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2b40929..f479364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ dependencies = [ "certifi" = "2025.1.31", "cffi" = "1.17.1", "channels" = "4.2.0", + "channels_redis==4.2.1", "charset-normalizer" = "3.4.1", "click" = "8.1.8", "click-didyoumean" = "0.3.1", diff --git a/requirements.txt b/requirements.txt index a994cfc..abb29a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,7 @@ celery==5.4.0 certifi==2025.1.31 cffi==1.17.1 channels==4.2.0 +channels_redis==4.2.1 charset-normalizer==3.4.1 click==8.1.8 click-didyoumean==0.3.1