From e5c176af7d6a94e389e125d3ce25557ec74acda8 Mon Sep 17 00:00:00 2001 From: carlos Date: Mon, 30 Sep 2024 23:00:34 -0700 Subject: [PATCH] Added huey and redis --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 1dc14d0..6d09c07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,8 @@ google-auth-oauthlib==1.2.1 gspread==6.1.2 gspread-dataframe==4.0.0 +huey==2.5.2 pandas==2.2.3 python-dotenv==1.0.1 +redis==5.1.0 tabulate==0.9.0