Skip to content

Commit

Permalink
Add setuptools to dependencies (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed Jun 24, 2024
1 parent e50db1b commit ff2d26e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ python = ">=3.8,<4.0"
"ruamel.yaml" = ">=0.17"
# importlib.metadata has an API change in 3.10 and is no longer provisional
importlib-metadata = { version = "^4", python = "<3.10" }
setuptools = ">=42.0.0"

[tool.poetry.group.dev.dependencies]
decorator = "*"
Expand Down

0 comments on commit ff2d26e

Please sign in to comment.