From 452aafeec81f77654cf971e522a2509280c61c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=98=BF=E6=B1=9F=28Relakkes?= =?UTF-8?q?=29?= Date: Thu, 3 Jul 2025 15:27:39 +0800 Subject: [PATCH] chore: update uv depends source --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10393fc..543872a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,5 +28,5 @@ dependencies = [ ] [[tool.uv.index]] -url = "https://pypi.tuna.tsinghua.edu.cn/simple" +url = "https://mirrors.aliyun.com/pypi/simple" default = true