mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 12:32:58 +00:00
• Fix Railway deployment failure: ModuleNotFoundError reportlab • Required for chat PDF export feature in 5 Whys agent • Add reportlab==4.2.5 to requirements.txt 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
326 B
Plaintext
18 lines
326 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
|
|
psycopg2-binary==2.9.9
|
|
dj-database-url==2.1.0
|
|
whitenoise==6.8.2
|
|
reportlab==4.2.5
|
|
|
|
# Optional performance dependencies
|
|
redis==5.2.0
|
|
django-redis==5.4.0
|
|
|
|
# Security dependencies
|
|
django-ratelimit==4.1.0 |