Skip to content

Commit

Permalink
chore: pyproject.toml: dependencies = ["packaging>=24.0"] (#250)
Browse files Browse the repository at this point in the history
Fixes: #249
  • Loading branch information
cclauss committed May 6, 2024
1 parent 4d5f3be commit e063e20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ description = "A fork of the GYP build system for use in the Node.js projects"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.8"
# The Python module "packaging" is vendored in the "pylib/packaging" directory to support Python >= 3.12.
# dependencies = ["packaging>=23.1"] # Uncomment this line if the vendored version is removed.
dependencies = ["packaging>=24.0"]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand All @@ -29,7 +28,7 @@ classifiers = [
]

[project.optional-dependencies]
dev = ["flake8", "ruff == 0.4.3", "pytest"]
dev = ["pytest", "ruff"]

[project.scripts]
gyp = "gyp:script_main"
Expand Down

0 comments on commit e063e20

Please sign in to comment.