Skip to content

Commit

Permalink
Update entry-points-txt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 19, 2023
1 parent 8f8a8cb commit ad662bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ classifiers = [

dependencies = [
"attrs >= 18.1",
"entry-points-txt ~= 0.1.0",
"entry-points-txt ~= 0.2",
"headerparser ~= 0.4.0",
"packaging >= 17.1",
"readme_renderer >= 24.0",
Expand Down
2 changes: 1 addition & 1 deletion src/wheel_inspect/inspecting.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def parse_entry_points(fp):
gr: {
k: {
"module": e.module,
"attr": e.object,
"attr": e.attr,
"extras": list(e.extras),
}
for k, e in eps.items()
Expand Down

0 comments on commit ad662bd

Please sign in to comment.