We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e5e55 commit 3cedaeaCopy full SHA for 3cedaea
backend/pyproject.toml
@@ -48,7 +48,7 @@ dependencies = [
48
"xlrd>=2.0.2",
49
"clickhouse-sqlalchemy>=0.3.2",
50
"dicttoxml>=1.7.16",
51
- "dmpython>=2.5.22; platform_system != 'Darwin'",
+ "dmpython==2.5.22; platform_system != 'Darwin'",
52
"redshift-connector>=2.1.8",
53
"elasticsearch[requests] (>=7.10,<8.0)",
54
]
@@ -73,7 +73,7 @@ explicit = true
73
74
[[tool.uv.index]]
75
name = "default"
76
-url = "https://mirrors.aliyun.com/pypi/simple"
+url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
77
default = true
78
79
0 commit comments