From b24d39349df4e55ad76b71c8b5846354c8fd0d5d Mon Sep 17 00:00:00 2001 From: ajaysi Date: Mon, 6 Apr 2026 14:30:28 +0530 Subject: [PATCH] Add setuptools to requirements-podcast.txt for pkg_resources --- backend/requirements-podcast.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements-podcast.txt b/backend/requirements-podcast.txt index 6f7103af..c5facbf9 100644 --- a/backend/requirements-podcast.txt +++ b/backend/requirements-podcast.txt @@ -18,6 +18,7 @@ loguru>=0.7.2 tenacity>=8.2.3 pydantic>=2.5.2,<3.0.0 typing-extensions>=4.8.0 +setuptools>=65.0.0 # Auth & Database fastapi-clerk-auth>=0.0.7