forked from phoenix/litellm-mirror
(ui) fix - dependencies
This commit is contained in:
parent
29c0614ad8
commit
5fc6081b60
2 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,7 @@ proxy = [
|
|||
"apscheduler",
|
||||
"fastapi-sso",
|
||||
"PyJWT",
|
||||
"python-multipart",
|
||||
"python-multipart"
|
||||
]
|
||||
|
||||
extra_proxy = [
|
||||
|
@ -51,6 +51,7 @@ extra_proxy = [
|
|||
"azure-identity",
|
||||
"azure-keyvault-secrets",
|
||||
"google-cloud-kms",
|
||||
"streamlit",
|
||||
"resend"
|
||||
]
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ orjson==3.9.7 # fast /embedding responses
|
|||
apscheduler==3.10.4 # for resetting budget in background
|
||||
fastapi-sso==0.10.0 # admin UI, SSO
|
||||
PyJWT==2.8.0 # admin UI, jwts
|
||||
python-multipart==0.0.6 # admin UI
|
||||
### LITELLM PACKAGE DEPENDENCIES
|
||||
python-dotenv>=0.2.0 # for env
|
||||
tiktoken>=0.4.0 # for calculating usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue