"pipenv requirements" command doesn't export "extras" since version 2023.7.1 #5783
Labels
Contributor Candidate
The issue has been identified/triaged and contributions are welcomed/encouraged.
Type: Regression
This issue is a regression of a previous behavior.
Description
My problem could be linked to issue 5780.
In one of my projects, I use certain packages with "extras" (django-storages[azure])
Since version 2023.7.1, the pipenv requirements command ignores extras. As a result, the version specified in the Pipfile does not correspond to the version exported by pipenv requirements.
How to reproduct
My Pipfile looks like :
Before version 2023.7.1, pipenv requirements led me to:
And now I only have:
The text was updated successfully, but these errors were encountered: