在pyproject.toml中新增阿里云源配置,设置优先级为1,以优化依赖项管理。

This commit is contained in:
2025-06-20 12:42:24 +08:00
parent 7f2abcace9
commit cfda8443ae
+6
View File
@@ -26,3 +26,9 @@ dependencies = [
"tqdm>=4.67.1", "tqdm>=4.67.1",
"xlsxwriter>=3.2.5", "xlsxwriter>=3.2.5",
] ]
[[project.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
type = "index"
priority = 1