From 469682ba5529025c7401f483844799e3ff96154c Mon Sep 17 00:00:00 2001 From: thecyberlearn Date: Fri, 5 Sep 2025 08:46:28 +0530 Subject: [PATCH] Add missing AI dependencies to requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add groq==0.8.0 for brand presence analyzer - Add openai==1.3.8 for brand presence analyzer pro - These resolve ModuleNotFoundError preventing Django startup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 30ad9d2..df3f9c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,8 @@ gunicorn==21.2.0 stripe==12.3.0 requests==2.32.4 django-ratelimit==3.0.1 +groq==0.8.0 +openai==1.3.8 # Optional: For file processing reportlab==4.2.5 \ No newline at end of file