We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0104adb commit 4d2a70eCopy full SHA for 4d2a70e
src/pip/_internal/resolution/resolvelib/factory.py
@@ -152,7 +152,7 @@ def make_requirement_from_install_req(self, ireq):
152
# Specifically, this might be needed in "name @ URL"
153
# syntax - need to check where that syntax is handled.
154
cand = self._make_candidate_from_link(
155
- ireq.link, extras=set(), parent=ireq,
+ ireq.link, extras=ireq.extras, parent=ireq,
156
)
157
return ExplicitRequirement(cand)
158
return SpecifierRequirement(ireq, factory=self)
0 commit comments