From 5dc05eac677e0e4bf19e37df31acb5420de5b68f Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sat, 12 Oct 2024 23:07:36 -0700 Subject: [PATCH] chore: pyproject bump --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 928df8b3d..80b04e140 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,8 @@ dependencies = [ "ftfy==6.2.3", "pypdf==4.3.1", + "xhtml2pdf==0.2.16", + "pymdown-extensions==10.11.2", "docx2txt==0.8", "python-pptx==1.0.0", "unstructured==0.15.9",