Skip to content
Snippets Groups Projects
Commit 19758dac authored by Andreas Tolfsen's avatar Andreas Tolfsen
Browse files

build: add shorthand for updating Poetry dependencies

Fixes: GREG-12
parent 50f2bea9
No related branches found
No related tags found
1 merge request!3build: add shorthands for interacting with the build system
......@@ -22,3 +22,9 @@ $(VENV)/touchfile:
.PHONY: test
test: $(VENV)
$(venv) python manage.py test
.PHONY: deps
deps: poetry.lock
poetry.lock: pyproject.toml | $(VENV)
$(venv) $(poetry) update $(PACKAGES)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment