camUrban / PteraSoftware

Ptera Software is a fast, easy-to-use, and open-source software package for analyzing flapping-wing flight.
MIT License
168 stars 32 forks source link

[FEATURE] Add requirements_dev.txt #10

Closed Antyos closed 2 years ago

Antyos commented 2 years ago

Problem Statement

Issue #3 saw the removal of development dependencies from the requirements.txt file. I agree with this decision, however, I do not agree with limiting their reference to only the README.

Proposed Solution

Instead, development dependencies should be added to a requirements_dev.txt file.

James Murphy from the YouTube channel mCoding did a great video about packages that goes over this very concept (and others). See how he adds the requirements_dev.txt here: https://youtu.be/DhUpxWjOhME?t=515.

camUrban commented 2 years ago

@Antyos Thanks for the suggestion, this seems like a good idea! I'll work on implementing it in the next release.

camUrban commented 2 years ago

This was fixed with the latest commit!