From cca6eef925c0645bbf2335a419c77d95688f998d Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Tue, 29 Dec 2020 12:52:44 +0100 Subject: [PATCH] cleanup Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e3c59a..e9ae7ae 100644 --- a/Makefile +++ b/Makefile @@ -18,12 +18,12 @@ check-poetry: install-poetry: ## install or update poetry pip3 install -U pip pip3 install -U poetry - poetry run pip install -U pip install: check-poetry ## install project via poetry poetry install -update: install-poetry ## update the sources and installation +update: install-poetry ## update the sources and installation and generate "conf/requirements.txt" + poetry run pip install -U pip poetry update poetry export -f requirements.txt --output conf/requirements.txt