diff --git a/pyproject.toml b/pyproject.toml index 55a291274..1d52ff545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ aiohttp = "*" litellm = 'litellm:run_server' [build-system] -requires = ["poetry-core"] +requires = ["poetry-core", "wheel"] build-backend = "poetry.core.masonry.api" [tool.commitizen]