Skip to content

Commit c27afc6

Browse files
committed
修复构建错误 打包 pi win
1 parent 22f2a56 commit c27afc6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ dependencies = [
6060
# === 构建 / 打包 / 模板 / 开发时工具 ===
6161
"sip~=6.14.0",
6262
"jinja2~=3.1.6",
63+
"pyinstaller>=6.0.0",
6364
"nuitka>=2.8.6",
6465
"pre-commit>=4.4.0",
6566
]
@@ -75,8 +76,8 @@ build-backend = "setuptools.build_meta"
7576
[tool.setuptools]
7677
py-modules = []
7778

78-
[tool.uv]
79-
dev-dependencies = [
79+
[dependency-groups]
80+
dev = [
8081
"pytest>=6.0",
8182
"black",
8283
"flake8",

0 commit comments

Comments
 (0)