mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 08:52:57 +00:00
Complete Django AI agent marketplace with security optimizations and clean deployment documentation without any API keys or secrets. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
25 lines
429 B
Plaintext
25 lines
429 B
Plaintext
Django==5.2.4
|
|
djangorestframework==3.15.2
|
|
python-decouple==3.8
|
|
stripe==12.3.0
|
|
Pillow==11.3.0
|
|
requests==2.32.4
|
|
gunicorn==21.2.0
|
|
psycopg==3.1.19
|
|
psycopg2-binary==2.9.10
|
|
dj-database-url==2.1.0
|
|
whitenoise==6.8.2
|
|
python-dotenv==1.0.0
|
|
reportlab==4.2.5
|
|
|
|
# Optional performance dependencies
|
|
redis==5.2.0
|
|
django-redis==5.4.0
|
|
|
|
# Security dependencies
|
|
django-ratelimit==4.1.0
|
|
bleach==6.2.0
|
|
|
|
# AI/LLM dependencies
|
|
groq==0.14.0
|
|
openai==0.28.1 |