Merge pull request #21 from YunoHost-Apps/dev

"poetry<1.2" because of https://github.com/python-poetry/poetry/issues/6013
This commit is contained in:
Jens Diemer 2022-09-18 17:30:13 +02:00 committed by GitHub
commit 002401afaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ check-poetry:
install-poetry: ## install or update poetry
pip3 install -U pip
pip3 install -U "poetry!=1.2.0"
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