update & clean dependencies

This commit is contained in:
stvnrlly
2023-11-13 11:35:34 -05:00
parent a03dbe3c2d
commit bdf545d851
3 changed files with 547 additions and 569 deletions

View File

@@ -12,8 +12,9 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
.PHONY: bootstrap
bootstrap: ## Set up everything to run the app
make generate-version-file
poetry install --sync
poetry install --sync --no-root
poetry self add poetry-dotenv-plugin
poetry self update
createdb notification_api || true
(poetry run flask db upgrade) || true