1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00

poetry self update

This commit is contained in:
JensDiemer 2022-10-03 18:29:05 +02:00
parent 9416f4bd84
commit 489d27d536

View file

@ -23,6 +23,7 @@ install: check-poetry ## install project via poetry
poetry install
update: check-poetry ## update the sources and installation and generate "conf/requirements.txt"
poetry self update
poetry update -v
poetry export -f requirements.txt --output conf/requirements.txt