mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 10:12:57 +00:00
- Downgrade groq from 0.8.0 to 0.4.2 to resolve TypeError - The newer groq version has breaking changes with httpx client - This should resolve the Client.__init__() proxies argument error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
25 lines
403 B
Plaintext
25 lines
403 B
Plaintext
# Core Django dependencies
|
|
Django==5.2.4
|
|
djangorestframework==3.15.2
|
|
python-decouple==3.8
|
|
|
|
# Database
|
|
dj-database-url==2.1.0
|
|
psycopg2-binary==2.9.10
|
|
|
|
# Static files and media
|
|
whitenoise==6.8.2
|
|
Pillow==11.3.0
|
|
|
|
# Production server
|
|
gunicorn==21.2.0
|
|
|
|
# Essential integrations
|
|
stripe==12.3.0
|
|
requests==2.32.4
|
|
django-ratelimit==3.0.1
|
|
groq==0.4.2
|
|
openai==1.3.8
|
|
|
|
# Optional: For file processing
|
|
reportlab==4.2.5 |