Skip to content

Commit 314b83c

Browse files
chore: Optimize dependency files
1 parent 59ac964 commit 314b83c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

backend/pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,28 @@ dependencies = [
3636
"pyyaml (>=6.0.2,<7.0.0)",
3737
"fastapi-mcp (>=0.3.4,<0.4.0)",
3838
"tabulate>=0.9.0",
39+
"sqlbot-xpack>=0.0.3.19,<1.0.0",
3940
"fastapi-cache2>=0.2.2",
4041
"sqlparse>=0.5.3",
4142
"redis>=6.2.0",
4243
"xlsxwriter>=3.2.5",
4344
"python-calamine>=0.4.0",
4445
"xlrd>=2.0.2",
45-
"sqlbot-xpack",
46+
"clickhouse-sqlalchemy>=0.3.2",
47+
"dmpython>=2.5.22",
4648
]
4749
[[tool.uv.index]]
4850
name = "default"
4951
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
5052
default = true
5153

54+
[[tool.uv.index]]
55+
name = "testpypi"
56+
url = "https://test.pypi.org/simple"
57+
explicit = true
58+
5259
[tool.uv.sources]
53-
sqlbot-xpack = { path = "../../sqlbot-xpack/dist/sqlbot_xpack-0.0.3.19-cp311-cp311-macosx_11_0_arm64.whl" }
60+
sqlbot-xpack = { index = "testpypi" }
5461

5562
[tool.uv]
5663
dev-dependencies = [

0 commit comments

Comments
 (0)