JensDiemer 2022-09-18 17:40:13 +02:00
parent 2dd18278ee
commit 207f1c71dd

View file

@ -18,7 +18,7 @@ check-poetry:
install-poetry: ## install or update poetry
pip3 install -U pip
pip3 install -U poetry
pip3 install -U "poetry<1.2" # https://forum.yunohost.org/t/invalid-pep-440-version-0-16-0-ynh1/21293
install: check-poetry ## install project via poetry
poetry install