mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
poetry self update
This commit is contained in:
parent
9d1ef103eb
commit
ed209c923a
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue