12.6 poetry 镜像源配置

# pyproject.toml 中添加镜像源配置
[[tool.poetry.source]]
name = "mirrors"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true