Skip to content

Commit

Permalink
🔧 Add a dependencies development file: dev-requirements.txt
Browse files Browse the repository at this point in the history
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
ebouchut committed Oct 3, 2024
1 parent 1affae3 commit 1070588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pip-tools

0 comments on commit 1070588

Please sign in to comment.