mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-31 19:33:26 +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]
|
||||
xinference = ["xinference_client"]
|
||||
zhipuai = ["zhipuai"]
|
||||
cli = ["typer"]
|
||||
|
||||
|
||||
[tool.poetry.group.test]
|
||||
@ -107,8 +108,6 @@ jupyter = "^1.0.0"
|
||||
setuptools = "^67.6.1"
|
||||
model-providers = { path = "../model-providers", develop = true }
|
||||
|
||||
[tool.poetry.extras]
|
||||
cli = ["typer"]
|
||||
|
||||
# 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user