Update poetry and dependencies

This commit is contained in:
Alex Root Junior 2022-09-28 00:10:53 +03:00
parent b41eb34b17
commit bd356d7280
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
5 changed files with 183 additions and 164 deletions

View file

@ -47,7 +47,7 @@ help:
.PHONY: install
install:
poetry install -E fast -E redis -E proxy -E i18n -E docs --remove-untracked
poetry install -E fast -E redis -E proxy -E i18n -E docs --sync
$(py) pre-commit install
.PHONY: clean