Skip to content

Commit

Permalink
remove Package.requires_extras
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored and abn committed May 26, 2022
1 parent a5af3b8 commit 97ab42c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/poetry/core/packages/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def __init__(
self.readmes: tuple[Path, ...] = ()

self.extras: dict[str, list[Dependency]] = {}
self.requires_extras: list[str] = []

self._dependency_groups: dict[str, DependencyGroup] = {}

Expand Down

0 comments on commit 97ab42c

Please sign in to comment.