From 8ea589047cb321f188554063f277fd43815cd1ee Mon Sep 17 00:00:00 2001 From: Taehong Gu Date: Fri, 20 Jun 2025 15:09:30 +0900 Subject: [PATCH] feat: add python-docx dependency for ODT file processing - Add python-docx==1.2.0 to requirements.txt - Enables ODT file parsing and processing capabilities --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7f7bf82fe..e6bfe5734 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -80,6 +80,7 @@ psutil sentencepiece soundfile==0.13.1 azure-ai-documentintelligence==1.0.2 +python-docx==1.2.0 pillow==11.2.1 opencv-python-headless==4.11.0.86