mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(fix) ui - include UI deps in pyproject.toml
This commit is contained in:
parent
256070d24f
commit
9737ac36fd
1 changed files with 7 additions and 2 deletions
|
|
@ -27,6 +27,9 @@ rq = {version = "*", optional = true}
|
|||
orjson = {version = "^3.9.7", optional = true}
|
||||
apscheduler = {version = "^3.10.4", optional = true}
|
||||
streamlit = {version = "^1.29.0", optional = true}
|
||||
fastapi-sso = { version = "^0.10.0", optional = true }
|
||||
PyJWT = { version = "^2.8.0", optional = true }
|
||||
python-multipart = { version = "^0.0.6", optional = true }
|
||||
|
||||
[tool.poetry.extras]
|
||||
proxy = [
|
||||
|
|
@ -37,7 +40,10 @@ proxy = [
|
|||
"pyyaml",
|
||||
"rq",
|
||||
"orjson",
|
||||
"apscheduler"
|
||||
"apscheduler",
|
||||
"fastapi-sso",
|
||||
"PyJWT",
|
||||
"python-multipart",
|
||||
]
|
||||
|
||||
extra_proxy = [
|
||||
|
|
@ -45,7 +51,6 @@ extra_proxy = [
|
|||
"azure-identity",
|
||||
"azure-keyvault-secrets",
|
||||
"google-cloud-kms",
|
||||
"streamlit",
|
||||
"resend"
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue