From a8e0d5ffe02a5bad47779fb3c3ec78d3f7aab297 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 7 Oct 2025 10:38:11 +0000 Subject: [PATCH] Add pycryptodome to project dependencies for encrypted PDFS --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e850ce2c..ca0ef860 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dependencies = [ "tenacity", "tiktoken", "xlsxwriter>=3.1.0", + "pycryptodome", ] [project.optional-dependencies]