在pyproject.toml中新增阿里云源配置,设置优先级为1,以优化依赖项管理。
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user