update project dependencies

This commit is contained in:
grillazz
2021-08-04 07:33:07 +02:00
parent 287f55d3ff
commit 30b9caf707
3 changed files with 40 additions and 231 deletions

View File

@@ -43,8 +43,3 @@ format: ## Format project code.
isort the_app tests
autoflake --remove-all-unused-imports --recursive --remove-unused-variables --in-place the_app tests --exclude=__init__.py
black the_app tests --line-length=120
.PHONY: secret
secret: ## Generate random secret.
openssl rand -hex 32