quantumtaskai-caprover/requirements.txt
thecyberlearn e7fef02176 Fix Dokploy Docker caching issue - force no-cache build
- Add "buildOptions": ["--no-cache"] to dokploy.json
- Remove temporary comment from requirements.txt
- Forces Dokploy to rebuild all layers and install django-ratelimit properly
- No changes to application code - works as-is on CapRover

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 03:16:25 +05:30

23 lines
377 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
# Optional: For file processing
reportlab==4.2.5