fix chatchat-server/pyproject.toml typos

This commit is contained in:
imClumsyPanda 2024-05-30 09:29:08 +08:00
parent f5e2141519
commit 70f4444458

View File

@ -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