mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-08 07:53:29 +08:00
fix chatchat-server/pyproject.toml typos
This commit is contained in:
parent
f5e2141519
commit
70f4444458
@ -60,6 +60,7 @@ zhipuai = { version = "^2.1.0", optional = true }
|
|||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
xinference = ["xinference_client"]
|
xinference = ["xinference_client"]
|
||||||
zhipuai = ["zhipuai"]
|
zhipuai = ["zhipuai"]
|
||||||
|
cli = ["typer"]
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.test]
|
[tool.poetry.group.test]
|
||||||
@ -107,8 +108,6 @@ jupyter = "^1.0.0"
|
|||||||
setuptools = "^67.6.1"
|
setuptools = "^67.6.1"
|
||||||
model-providers = { path = "../model-providers", develop = true }
|
model-providers = { path = "../model-providers", develop = true }
|
||||||
|
|
||||||
[tool.poetry.extras]
|
|
||||||
cli = ["typer"]
|
|
||||||
|
|
||||||
# An extra used to be able to add extended testing.
|
# An extra used to be able to add extended testing.
|
||||||
# Please use new-line on formatting to make it easier to add new packages without
|
# Please use new-line on formatting to make it easier to add new packages without
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user