mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-22 20:25:12 +00:00
(fix) ui - include UI deps in pyproject.toml
This commit is contained in:
+7
-2
@@ -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"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user