Merge pull request #895 from GSA/poetry-improvements

Mirror admin repo poetry updates
This commit is contained in:
Carlo Costino
2024-04-03 19:01:20 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
description = "Notify.gov backend"
authors = ["Your Name <you@example.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]