mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-20 18:20:32 -04:00
fixes
This commit is contained in:
2
Makefile
2
Makefile
@@ -12,7 +12,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
|
||||
.PHONY: bootstrap
|
||||
bootstrap: ## Set up everything to run the app
|
||||
make generate-version-file
|
||||
poetry install --dev
|
||||
poetry install
|
||||
createdb notification_api || true
|
||||
(poetry run flask db upgrade) || true
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ version = "0.1.0"
|
||||
description = "Notify.gov backend"
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "notifications_api"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
|
||||
Reference in New Issue
Block a user