(fix) add streamlit to pyproject.toml optional
This commit is contained in:
parent
c34246bdc8
commit
f3d572231f
@ -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…
Reference in New Issue
Block a user