Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 Add a dependencies development file: dev-requirements.txt
Install the development dependencies before other dependencies: # First: Install dev dependencies python -m pip install -r dev-requirements.txt # Next: Install production dependencies/packages python -m pip install -r requirements.txt
- Loading branch information