From 3b2bbc757e6f13b7a087c9afdf54c4d1398faeff Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 30 Nov 2023 14:20:17 -0800 Subject: [PATCH] (feat) add pip wheel - faster docker image builds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]