mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
(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
Reference in a new issue