[Feature] Requirements.txt to install preqs dependencies for python. #63
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
⛔️ status: discarded
Will not be worked on
Problem
The user has to manually install the dependencies before running
tools.sh
file.Description
Having a requirements.txt file with the minimum dependencies like black, flake8 etc which the user might be able to install at once after creating the virtual environment for the project.
Implementation
The text was updated successfully, but these errors were encountered: