File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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 ]]
4850name = " default"
4951url = " https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
5052default = 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 ]
5663dev-dependencies = [
You can’t perform that action at this time.
0 commit comments