When running vh yaml step if there is no requirements.txt in the project root, one will be created there. In some cases, users have their requirements.txt in a subdirectory. It would be great to be able to define the path or at least turn off creating the file automatically.
When running
vh yaml step
if there is norequirements.txt
in the project root, one will be created there. In some cases, users have theirrequirements.txt
in a subdirectory. It would be great to be able to define the path or at least turn off creating the file automatically.