forked from phoenix/litellm-mirror
(feat) add pip wheel - faster docker image builds
This commit is contained in:
parent
c473abde49
commit
3b2bbc757e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ aiohttp = "*"
|
||||||
litellm = 'litellm:run_server'
|
litellm = 'litellm:run_server'
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core", "wheel"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue