Skip to content

Commit

Permalink
Lock requirements using pip-compile (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveisfera authored May 5, 2024
1 parent 3e56d13 commit ee8bf19
Show file tree
Hide file tree
Showing 4 changed files with 696 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

install:
@pip install -r requirements.txt
@pip install -r requirements-dev.txt
@pip install -r requirements.lock
@pip install -r requirements-dev.lock

ruff:
@ruff --fix .
Expand Down
Loading

0 comments on commit ee8bf19

Please sign in to comment.