add poethepoet to poetry.requires-plugins

This commit is contained in:
Onyx and Iris 2025-01-12 12:50:06 +00:00
parent 79a0c93466
commit 01633f06da

View File

@ -9,6 +9,9 @@ repository = "https://github.com/onyx-and-iris/voicemeeter-api-python"
packages = [{ include = "voicemeeterlib" }] packages = [{ include = "voicemeeterlib" }]
[tool.poetry.requires-plugins]
poethepoet = "^0.32.1"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
tomli = { version = "^2.0.1", python = "<3.11" } tomli = { version = "^2.0.1", python = "<3.11" }