requirements manager with overlays #1180
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/user-experience
Issues or PRs related to the User Experience of our Services, Tools, and Libraries.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Problem statement
Currently requirements manager only works if the pipenv files are in the root directory. Logic should be added — similar to that in adviser — to create requirements.txt files in overlay directories.
High-level Goals
requirements manager in project with overlays directory will create
requirements.txt
in overlay directoriesProposal description
Add a loop for a list of environments to the
pipfile_requirements
managerAcceptance Criteria
The text was updated successfully, but these errors were encountered: