mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-12 10:27:11 +00:00
Merge pull request #888 from kanya-approve/feat/nuitka-build
Clean merge — PEP 735 [dependency-groups] is invisible to pip/uv tool install, zero runtime impact.
This commit is contained in:
@@ -82,3 +82,12 @@ graphify = ["skill.md", "skill-codex.md", "skill-opencode.md", "skill-aider.md",
|
||||
|
||||
[tool.bandit]
|
||||
skips = ["B404"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"build>=1.5.0",
|
||||
"nuitka>=4.1",
|
||||
"patchelf>=0.17.2.4 ; sys_platform != 'win32'",
|
||||
"setuptools>=82.0.1",
|
||||
"wheel>=0.47.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user