uv.toml 202 B

12345678910
  1. # UV 配置文件
  2. # 使用阿里云 PyPI 镜像源
  3. [[index]]
  4. name = "aliyun"
  5. url = "https://mirrors.aliyun.com/pypi/simple/"
  6. default = true
  7. [pip]
  8. index-url = "https://mirrors.aliyun.com/pypi/simple/"