优化打包速度 (#65)

* 🐳 chore: 优化打包速度

使用国内镜像

* 🎈 perf: 优化打包速度

注释日志的时间信息
This commit is contained in:
kalicyh
2025-02-18 21:33:40 +08:00
committed by kalicyh
parent 5fb89ee83c
commit cf8f2f83a0
5 changed files with 30 additions and 700 deletions
-5
View File
@@ -28,11 +28,6 @@ setuptools = "^75.8.0"
loguru = "^0.7.3"
[[tool.poetry.source]]
name = "mirrors"
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
priority = "primary"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"