update poetry to 1.7.0

This commit is contained in:
2023-11-06 12:16:50 +03:00
parent f35ad2d32b
commit f0184f792b
5 changed files with 18 additions and 10 deletions

View File

@@ -14,6 +14,14 @@ lint-deps:
poetry run safety check --full-report
poetry run pip-audit
## Сгенерировать poetry.lock файл
lock:
poetry lock
## Установить все зависимости
install:
poetry install --no-interaction --no-ansi --no-root
## Show help
help:
@echo ''