## Description Load requirements from a text file and store them as a list. ## To Do - Create Requirement model - Write a function to read a .txt file - Handle empty lines or invalid input ## Done When - requirements.txt can be loaded into a list successfully
Description
Load requirements from a text file and store them as a list.
To Do
Done When