diff --git a/Makefile b/Makefile index 82e6ab4..75f8ddb 100644 --- a/Makefile +++ b/Makefile @@ -18,13 +18,12 @@ check-poetry: install-poetry: ## install or update poetry pip3 install -U pip - pip3 install -U poetry + pip3 install -U "poetry!=1.2.0" install: check-poetry ## install project via poetry poetry install 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