📦 Add reportlab dependency for PDF export functionality

• 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>
This commit is contained in:
Claude 2025-08-03 14:30:17 +05:30
parent d32bbe6606
commit ecb0d1bdd9

View File

@ -8,6 +8,7 @@ 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