From 86c134a047ff125840c95a43fb30791aeb79921a Mon Sep 17 00:00:00 2001 From: Schamper <1254028+Schamper@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:05:43 +0200 Subject: [PATCH] Add defusedxml dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 03b6209..035ed61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ + "defusedxml", "dissect.cstruct>=3.0.dev,<4.0.dev", "dissect.util>=3.0.dev,<4.0.dev", ]