From ce369878631cd33b59942a6c48a61321351f6ac4 Mon Sep 17 00:00:00 2001 From: carlos Date: Thu, 4 Sep 2025 22:35:14 -0700 Subject: [PATCH] Updated requirements, removing redis and huey dependencies --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6d09c07..bd5f397 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,7 @@ --e git+https://github.com/cwendt94/espn-api@8e131e7ccaa843abac539948c44f9d45bfcee764#egg=espn_api +-e git+https://github.com/cwendt94/espn-api#egg=espn_api 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