Description:
I would like to be able to have separate dependency caches, one for my dev dependencies, and one for my production dependencies.
Justification:
I think it could be beneficial to have a separation of dependency environment installations. For example, if my dev dependencies only install packages for linting the code like black or flake8, but my production dependencies require all of my packages for running the program. If I want to add a new linting package to my dev dependencies, it shouldn't affect my cached prod dependencies.
Description:
I would like to be able to have separate dependency caches, one for my dev dependencies, and one for my production dependencies.
Justification:
I think it could be beneficial to have a separation of dependency environment installations. For example, if my dev dependencies only install packages for linting the code like black or flake8, but my production dependencies require all of my packages for running the program. If I want to add a new linting package to my dev dependencies, it shouldn't affect my cached prod dependencies.