(feat) add pip wheel - faster docker image builds

This commit is contained in:
ishaan-jaff 2023-11-30 14:20:17 -08:00
parent c473abde49
commit 3b2bbc757e

View file

@ -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]