File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ description = "A fork of the GYP build system for use in the Node.js projects"
12
12
readme = " README.md"
13
13
license = { file =" LICENSE" }
14
14
requires-python = " >=3.8"
15
- # The Python module "packaging" is vendored in the "pylib/packaging" directory to support Python >= 3.12.
16
- # dependencies = ["packaging>=23.1"] # Uncomment this line if the vendored version is removed.
15
+ dependencies = [" packaging>=24.0" ]
17
16
classifiers = [
18
17
" Development Status :: 3 - Alpha" ,
19
18
" Environment :: Console" ,
@@ -29,7 +28,7 @@ classifiers = [
29
28
]
30
29
31
30
[project .optional-dependencies ]
32
- dev = [" flake8 " , " ruff == 0.4.3 " , " pytest " ]
31
+ dev = [" pytest " , " ruff" ]
33
32
34
33
[project .scripts ]
35
34
gyp = " gyp:script_main"
You can’t perform that action at this time.
0 commit comments