From 91b0377fb26a1a7621ebe1a8661afcde42983352 Mon Sep 17 00:00:00 2001 From: will Date: Sun, 22 Sep 2024 20:54:33 +0800 Subject: [PATCH] update defusedxml version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 78b74e6955..7ed5a8b16a 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ "opencv-python", "pynput", "termcolor", + "defusedxml>=0.7.1", ], eager_resources=["*"], include_package_data=True,