From 2f044c36142e9b736af3e386fa32575e6086c241 Mon Sep 17 00:00:00 2001 From: tcely Date: Mon, 24 Feb 2025 04:54:53 -0500 Subject: [PATCH] Remove `hiredis` & `redis` from Pipfile --- Pipfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Pipfile b/Pipfile index 00389093..61d66a04 100644 --- a/Pipfile +++ b/Pipfile @@ -20,7 +20,5 @@ django-basicauth = "*" psycopg2-binary = "*" mysqlclient = "*" yt-dlp = "*" -redis = "*" -hiredis = "*" requests = {extras = ["socks"], version = "*"} emoji = "*"