Search code examples
pythonpippipenv

How can I manage more than 2 package groups with pipenv?


I'm looking for suggestions on how to use pipenv to manage multiple package groups.

In addition to the base and dev groups, I have test, jupyter and dash.


Solution

  • Since October 2022 this is now possible using the --categories argument:

    https://pipenv.pypa.io/en/latest/pipfile.html#package-category-groups