mirror of
https://github.com/thecyberlearn/quantum-ai-v2.git
synced 2026-08-18 12:52:59 +00:00
📦 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:
parent
d32bbe6606
commit
ecb0d1bdd9
@ -8,6 +8,7 @@ gunicorn==21.2.0
|
|||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.9
|
||||||
dj-database-url==2.1.0
|
dj-database-url==2.1.0
|
||||||
whitenoise==6.8.2
|
whitenoise==6.8.2
|
||||||
|
reportlab==4.2.5
|
||||||
|
|
||||||
# Optional performance dependencies
|
# Optional performance dependencies
|
||||||
redis==5.2.0
|
redis==5.2.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user