From ecb0d1bdd9c840c32486930fe2750703e5ed4c6d Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 3 Aug 2025 14:30:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20reportlab=20dependency=20f?= =?UTF-8?q?or=20PDF=20export=20functionality?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 0cdc7c4..c3d0e96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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