[just] add new target to recalculate/update and then sync dependencies

This commit is contained in:
bronsen 2025-03-17 17:12:56 +01:00
parent cd693e6014
commit 1b157f2d34

View file

@ -4,6 +4,8 @@ deps:
sync:
pip-sync requirements/dev.txt
freshdeps: deps sync
lint: lint-ruff lint-django lint-woodpecker
lint-ruff:
@ -20,3 +22,5 @@ serve:
test *ARGS:
ENV_PATH=.env.test python -m pytest {{ARGS}}
alias fd := freshdeps