From 1994d65306bbcc7406584e1bfef82f5d353fc91c Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 26 Mar 2026 17:26:06 -0500 Subject: [PATCH] fix: bs4 pip install --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7883a459e5..7a546e935f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,6 +80,7 @@ dependencies = [ "msoffcrypto-tool==6.0.0", "nltk==3.9.3", "Markdown==3.10.2", + "beautifulsoup4==4.14.3", "pypandoc==1.16.2", "pandas==3.0.1", "openpyxl==3.1.5",