API - update python dependencies

This commit is contained in:
Sam
2021-01-31 18:40:20 +01:00
parent cd9b72c23e
commit 5164bb4883
8 changed files with 110 additions and 90 deletions

View File

@ -161,7 +161,7 @@ test-python:
type-check:
echo 'Running mypy...'
$(MYPY) fittrackee --disallow-untyped-defs --ignore-missing-imports
$(MYPY) fittrackee
upgrade-db:
$(FLASK) db upgrade --directory $(MIGRATIONS)