perf: poetry mirror

pull/13875/head
ibuler 2024-08-01 18:16:52 +08:00 committed by Eric_Lee
parent 13de75c41f
commit 4e90d17484
2 changed files with 1510 additions and 5 deletions

1506
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -193,6 +193,15 @@ huaweicloudsdkecs = "3.1.52"
huaweicloudsdkcore = "3.1.52" huaweicloudsdkcore = "3.1.52"
volcengine-python-sdk = "1.0.71" volcengine-python-sdk = "1.0.71"
[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple"
priority = "primary"
[[tool.poetry.source]]
name = "pypi"
priority = "supplemental"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"