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 = [
36
36
" pyyaml (>=6.0.2,<7.0.0)" ,
37
37
" fastapi-mcp (>=0.3.4,<0.4.0)" ,
38
38
" tabulate>=0.9.0" ,
39
+ " sqlbot-xpack>=0.0.3.19,<1.0.0" ,
39
40
" fastapi-cache2>=0.2.2" ,
40
41
" sqlparse>=0.5.3" ,
41
42
" redis>=6.2.0" ,
42
43
" xlsxwriter>=3.2.5" ,
43
44
" python-calamine>=0.4.0" ,
44
45
" xlrd>=2.0.2" ,
45
- " sqlbot-xpack" ,
46
+ " clickhouse-sqlalchemy>=0.3.2" ,
47
+ " dmpython>=2.5.22" ,
46
48
]
47
49
[[tool .uv .index ]]
48
50
name = " default"
49
51
url = " https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
50
52
default = true
51
53
54
+ [[tool .uv .index ]]
55
+ name = " testpypi"
56
+ url = " https://test.pypi.org/simple"
57
+ explicit = true
58
+
52
59
[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 " }
54
61
55
62
[tool .uv ]
56
63
dev-dependencies = [
You can’t perform that action at this time.
0 commit comments