diff --git a/Makefile b/Makefile index e86cfc1c3..65762d6bb 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ bootstrap: ## Set up everything to run the app make generate-version-file poetry self update poetry self add poetry-dotenv-plugin + poetry lock --no-update poetry install --sync --no-root poetry run pre-commit install createdb notification_api || true diff --git a/pyproject.toml b/pyproject.toml index 6389a47be..4524011eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "Notify.gov backend" authors = ["Your Name "] readme = "README.md" +package-mode = false [tool.poetry.dependencies]