浏览代码

添加pip源

Lu Xianghui 4 天之前
父节点
当前提交
55ef279add
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pyproject.toml

+ 4 - 0
pyproject.toml

@@ -13,3 +13,7 @@ dependencies = [
 
 [project.scripts]
 data-collector-api = "main:main"
+
+[[tool.uv.index]]
+url = "https://pypi.tuna.tsinghua.edu.cn/simple"
+default = true