Skip to content

Commit

Permalink
chore: dependencies = setuptools for gyp --version on Python >= 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed May 9, 2024
1 parent 0fdb0ec commit d780ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +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"
dependencies = ["packaging>=24.0"]
dependencies = ["setuptools>=69.5.1"]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand Down

0 comments on commit d780ffc

Please sign in to comment.