From 3f9ac64d20fdd9303336d04ecf89a1a8a6687bc4 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:39:06 +0100 Subject: [PATCH] fix xml dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3090c6..bbef424 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,9 +42,9 @@ pycryptodomex = "^3.21.0" pywidevine = "^1.8.0" pathvalidate = "^3.2.1" requests = "^2.32.3" +xmltodict = "^0.14.2" PyYAML = { version = "^6.0.2", optional = true } Flask = { version = "^3.0.3", optional = true } -xmltodict = { version = "^0.14.2", optional = true } [tool.poetry.scripts] keydive = "keydive.__main__:main"