From 16ab9557e408fa24798309e0f977cd3f941e91dd Mon Sep 17 00:00:00 2001 From: Thore Schoeller Date: Mon, 23 Sep 2024 15:50:07 +0200 Subject: [PATCH] changes to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 73577e8..a015eb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,8 @@ dependencies = [ "transformers", "eml_parser", "bs4", + "xml.dom.minidom", + "dicttoxml" ] [project.optional-dependencies]