Specifying categories when installing from a requirements.txt #5722
Labels
Contributor Candidate
The issue has been identified/triaged and contributions are welcomed/encouraged.
Type: Enhancement 💡
This is a feature or enhancement request.
I am converting an in-house python project to use pipenv.
We have 9 different requirements.txt depending on what stage of the build/testing we're at, each with a different name.
As such we're looking to use categories
I was surprised when the below didn't work (it adds it to [packages])
When this does:
Describe the solution you'd like
pipenv install -r ./req-test.txt --categories test
I realise this might be a strange use case, but I just thought it made sense :)
The text was updated successfully, but these errors were encountered: