extras
not installed for file-based dependencies
#5696
Labels
Contributor Candidate
The issue has been identified/triaged and contributions are welcomed/encouraged.
Priority: High
This item is high priority and should be resolved quickly.
Type: Bug 🐛
This issue is a bug.
Issue description
When I am installing from a remote
.whl
file, the dependencies under specifiedextras
do not get pulled.I have managed to reproduce this with a few packages, I am providing an example with FastAPI.
Steps to replicate
I have executed the following:
pipenv install 'fastapi[dev]@https://files.pythonhosted.org/packages/4e/1a/04887c641b67e6649bde845b9a631f73a7abfbe3afda83957e09b95d88eb/fastapi-0.95.2-py3-none-any.whl'
Relevant excerpt from
.whl
fileMETADATA
:Expected result
ruff
,pre-commit
anduvicorn[standard]
should be installed and included in thePipfile.lock
Actual result
Packages are not installed nor included in the
Pipfile.lock
pipenv install
output:Pipfile.lock:
pipenv requirements
output:pipenv --version
output:The text was updated successfully, but these errors were encountered: