mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 19:52:56 +00:00
Add missing AI dependencies to requirements.txt
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
3f41d4bd79
commit
469682ba55
@ -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
|
||||
Loading…
Reference in New Issue
Block a user