Skip to content

Commit

Permalink
fix chatchat-server/pyproject.toml typos
Browse files Browse the repository at this point in the history
  • Loading branch information
imClumsyPanda committed May 30, 2024
1 parent f5e2141 commit 70f4444
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/chatchat-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 70f4444

Please sign in to comment.