From cfda8443ae49d2b3d647f6f53aa5d3c176e092d1 Mon Sep 17 00:00:00 2001 From: ouyangyouzhang Date: Fri, 20 Jun 2025 12:42:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8pyproject.toml=E4=B8=AD=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=98=BF=E9=87=8C=E4=BA=91=E6=BA=90=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E8=AE=BE=E7=BD=AE=E4=BC=98=E5=85=88=E7=BA=A7=E4=B8=BA?= =?UTF-8?q?1=EF=BC=8C=E4=BB=A5=E4=BC=98=E5=8C=96=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=A1=B9=E7=AE=A1=E7=90=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9c387be..01f72de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,3 +26,9 @@ dependencies = [ "tqdm>=4.67.1", "xlsxwriter>=3.2.5", ] + +[[project.source]] +name = "aliyun" +url = "https://mirrors.aliyun.com/pypi/simple/" +type = "index" +priority = 1