From 4d4101380455f4881740c8ac567593f00865be79 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 13 Nov 2025 20:25:27 -0500 Subject: [PATCH] chore: dep --- backend/requirements.txt | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5992895a18..c9edd15079 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -64,6 +64,7 @@ pymdown-extensions==10.14.2 docx2txt==0.8 python-pptx==1.0.2 unstructured==0.18.18 +msoffcrypto-tool==5.4.2 nltk==3.9.1 Markdown==3.9 pypandoc==1.15 diff --git a/pyproject.toml b/pyproject.toml index 77bc7546df..5ce2ed59d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,6 +74,7 @@ dependencies = [ "docx2txt==0.8", "python-pptx==1.0.2", "unstructured==0.18.18", + "msoffcrypto-tool==5.4.2", "nltk==3.9.1", "Markdown==3.9", "pypandoc==1.15",