From 01633f06dacce048a16bab354df2f19f4a5e938a Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Sun, 12 Jan 2025 12:50:06 +0000 Subject: [PATCH] add poethepoet to poetry.requires-plugins --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d69f142..f4e286f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,9 @@ repository = "https://github.com/onyx-and-iris/voicemeeter-api-python" packages = [{ include = "voicemeeterlib" }] +[tool.poetry.requires-plugins] +poethepoet = "^0.32.1" + [tool.poetry.dependencies] python = "^3.10" tomli = { version = "^2.0.1", python = "<3.11" }