Skip to content

Commit

Permalink
Lock requirements using pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
daveisfera committed Jan 17, 2024
1 parent 3ccf5ef commit adabe41
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 adabe41

Please sign in to comment.