Add requirements.txt for multiple pip installs
This template is ONLY used for enhancement requests. Bug reporting or new feature request issues should use the other template options for issue submission.
Current Behavior
There are a few instances in the pipeline where we do pip installs in the CLI. Would like to move this to requirements.txt file.
Purpose
This would be cleaner.
Plan
- Go through each stage which is doing pip installs and convert the installed modules into requirements.txt.
Acceptance Criteria
- requirements.txt files where appropriate, functioning as expected.