Skip to content

Commit

Permalink
Require setuptools explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies authored and Sean Gillies committed Oct 12, 2023
1 parent 9828b22 commit 2cab3df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies = [
"cligj>=0.5",
'importlib-metadata;python_version<"3.10"',
"six",
"setuptools",
]

[project.optional-dependencies]
Expand Down

2 comments on commit 2cab3df

@adamjstewart
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this change made? I don't see anything that uses setuptools/pkg_resources at run-time...

@sgillies
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adamjstewart thanks for spotting this! It's a regression, will be fixed in 1.9.6.

Please sign in to comment.