mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-08 07:53:29 +08:00
增加可选依赖extras
This commit is contained in:
parent
8026697417
commit
11626b9b2c
@ -54,6 +54,13 @@ streamlit-chatbox = "1.1.12"
|
|||||||
streamlit-modal = "0.1.0"
|
streamlit-modal = "0.1.0"
|
||||||
streamlit-aggrid = "0.3.4.post3"
|
streamlit-aggrid = "0.3.4.post3"
|
||||||
streamlit-extras = "0.4.2"
|
streamlit-extras = "0.4.2"
|
||||||
|
xinference_client = { version = "^0.11.1", optional = true }
|
||||||
|
zhipuai = { version = "^2.1.0", optional = true }
|
||||||
|
|
||||||
|
[tool.poetry.extras]
|
||||||
|
xinference = ["xinference_client"]
|
||||||
|
zhipuai = ["zhipuai"]
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.test]
|
[tool.poetry.group.test]
|
||||||
optional = true
|
optional = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user