mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
move fastuuid optional dep to proxy extras
This commit is contained in:
parent
bfd6fb8981
commit
0232b88325
1 changed files with 1 additions and 1 deletions
|
|
@ -93,6 +93,7 @@ proxy = [
|
|||
"litellm-enterprise",
|
||||
"rich",
|
||||
"polars",
|
||||
"fastuuid",
|
||||
]
|
||||
|
||||
extra_proxy = [
|
||||
|
|
@ -115,7 +116,6 @@ semantic-router = ["semantic-router"]
|
|||
|
||||
mlflow = ["mlflow"]
|
||||
|
||||
perf = ["fastuuid"]
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue