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",
|
"apscheduler",
|
||||||
"fastapi-sso",
|
"fastapi-sso",
|
||||||
"PyJWT",
|
"PyJWT",
|
||||||
"python-multipart",
|
"python-multipart"
|
||||||
]
|
]
|
||||||
|
|
||||||
extra_proxy = [
|
extra_proxy = [
|
||||||
|
@ -51,6 +51,7 @@ extra_proxy = [
|
||||||
"azure-identity",
|
"azure-identity",
|
||||||
"azure-keyvault-secrets",
|
"azure-keyvault-secrets",
|
||||||
"google-cloud-kms",
|
"google-cloud-kms",
|
||||||
|
"streamlit",
|
||||||
"resend"
|
"resend"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ orjson==3.9.7 # fast /embedding responses
|
||||||
apscheduler==3.10.4 # for resetting budget in background
|
apscheduler==3.10.4 # for resetting budget in background
|
||||||
fastapi-sso==0.10.0 # admin UI, SSO
|
fastapi-sso==0.10.0 # admin UI, SSO
|
||||||
PyJWT==2.8.0 # admin UI, jwts
|
PyJWT==2.8.0 # admin UI, jwts
|
||||||
|
python-multipart==0.0.6 # admin UI
|
||||||
### LITELLM PACKAGE DEPENDENCIES
|
### LITELLM PACKAGE DEPENDENCIES
|
||||||
python-dotenv>=0.2.0 # for env
|
python-dotenv>=0.2.0 # for env
|
||||||
tiktoken>=0.4.0 # for calculating usage
|
tiktoken>=0.4.0 # for calculating usage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue