-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for multiple categories in exported requirements #5397
Comments
I would find this immensely helpful as well. |
HI @oz123, |
I would start with the following: Add the command line options. |
Thank you. |
HI @oz123, |
Thank you for taking that on, @dojutsu-user — Looking forward to having that capability as soon as it's released. :-D |
Now that Pipfile supports multiple categories, it would be nice if I could create different requirements files for these categories.
Let's say my Pipfile has categoires: tests, documentation, foo, bar.
I would like to create the following files: requirements-tests.txt, requirements-documentation.txt, requirements-foo.txt and requirements-bar.txt.
I would like to export them with:
And so on ...
However, right now only these options are supported:
The text was updated successfully, but these errors were encountered: