简化依赖包

This commit is contained in:
雅诺狐
2025-08-13 17:03:04 +08:00
parent 6a699ff649
commit 97f1226d8c
3 changed files with 5 additions and 59 deletions

View File

@@ -268,15 +268,6 @@ auto_install_timeout = 300
use_mirror = true
mirror_url = "https://pypi.tuna.tsinghua.edu.cn/simple" # PyPI镜像源URL如: "https://pypi.tuna.tsinghua.edu.cn/simple"
# 是否使用网络代理(高级选项)
use_proxy = false
proxy_url = "" # 网络代理URL如: "http://proxy.example.com:8080"
# pip安装选项
pip_options = [
"--no-warn-script-location",
"--disable-pip-version-check"
]
# 安装前是否提示用户(暂未实现)
prompt_before_install = false