We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5f3be commit e063e20Copy full SHA for e063e20
1 file changed
pyproject.toml
@@ -12,8 +12,7 @@ description = "A fork of the GYP build system for use in the Node.js projects"
12
readme = "README.md"
13
license = { file="LICENSE" }
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.
+dependencies = ["packaging>=24.0"]
17
classifiers = [
18
"Development Status :: 3 - Alpha",
19
"Environment :: Console",
@@ -29,7 +28,7 @@ classifiers = [
29
28
]
30
31
[project.optional-dependencies]
32
-dev = ["flake8", "ruff == 0.4.3", "pytest"]
+dev = ["pytest", "ruff"]
33
34
[project.scripts]
35
gyp = "gyp:script_main"
0 commit comments