Skip to content

Commit 3cedaea

Browse files
committed
build: change pypi source
1 parent 55e5e55 commit 3cedaea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"xlrd>=2.0.2",
4949
"clickhouse-sqlalchemy>=0.3.2",
5050
"dicttoxml>=1.7.16",
51-
"dmpython>=2.5.22; platform_system != 'Darwin'",
51+
"dmpython==2.5.22; platform_system != 'Darwin'",
5252
"redshift-connector>=2.1.8",
5353
"elasticsearch[requests] (>=7.10,<8.0)",
5454
]
@@ -73,7 +73,7 @@ explicit = true
7373

7474
[[tool.uv.index]]
7575
name = "default"
76-
url = "https://mirrors.aliyun.com/pypi/simple"
76+
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
7777
default = true
7878

7979
[[tool.uv.index]]

0 commit comments

Comments
 (0)