forked from phoenix/litellm-mirror
(fix) add streamlit to pyproject.toml optional
This commit is contained in:
parent
c34246bdc8
commit
f3d572231f
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ backoff = {version = "*", optional = true}
|
|||
pyyaml = {version = "^6.0", optional = true}
|
||||
rq = {version = "*", optional = true}
|
||||
orjson = {version = "^3.9.7", optional = true}
|
||||
streamlit = {version = "^1.29.0", optional = true}
|
||||
|
||||
[tool.poetry.extras]
|
||||
proxy = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue