diff --git a/pyproject.toml b/pyproject.toml index db5d169..568690b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ pytest-mock = "^3.14.0" pytest-asyncio = "^0.23.6" black = "^24.8.0" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"