From 9dd4b0328e13e5bc0097b54d46e7dbbc48c45918 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 27 Nov 2025 14:08:56 +0100 Subject: [PATCH] chore(project): add missing dependencies to config --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index dad2c14..943090d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,11 +23,13 @@ dependencies = [ "pandas>=2.2.3", "pdfquery>=0.4.3", "playwright>=1.49.1", + "pymupdf>=1.26.6", "pyramid>=2.0.2", "pyside6>=6.9.1", "python-docx>=1.1.2", "pyzotero>=1.6.4", "ratelimit>=2.2.1", + "regex>=2025.11.3", "requests>=2.32.3", ]