Skip to content

Commit

Permalink
Adjust Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaack committed Aug 1, 2022
1 parent 44c9171 commit 9b0b205
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ help:
@echo 'update-deps: install or update pip-tools and update pinned requirements'

update-deps:
python -m pip install --upgrade pip setuptools pip-tools
pip-compile --quiet --allow-unsafe
pip-sync
python -m pip install --upgrade pip
python -m pip install -Ur requirements.in

0 comments on commit 9b0b205

Please sign in to comment.