From 01d5d9801c5d9db33cc6737c3d62ad1f71ee4a2f Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Sun, 12 Jan 2025 12:50:03 +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 5b190bc..5fa2915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,9 @@ license = "MIT" readme = "README.md" repository = "https://github.com/onyx-and-iris/xair-api-python" +[tool.poetry.requires-plugins] +poethepoet = "^0.32.1" + [tool.poetry.dependencies] python = "^3.10" python-osc = "^1.8.0"