-
Notifications
You must be signed in to change notification settings - Fork 635
Closed as not planned
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
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.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic