Skip to content

Commit e063e20

Browse files
authored
chore: pyproject.toml: dependencies = ["packaging>=24.0"] (#250)
Fixes: #249
1 parent 4d5f3be commit e063e20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ description = "A fork of the GYP build system for use in the Node.js projects"
1212
readme = "README.md"
1313
license = { file="LICENSE" }
1414
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"]
1716
classifiers = [
1817
"Development Status :: 3 - Alpha",
1918
"Environment :: Console",
@@ -29,7 +28,7 @@ classifiers = [
2928
]
3029

3130
[project.optional-dependencies]
32-
dev = ["flake8", "ruff == 0.4.3", "pytest"]
31+
dev = ["pytest", "ruff"]
3332

3433
[project.scripts]
3534
gyp = "gyp:script_main"

0 commit comments

Comments
 (0)