Adding flask and heartbeat

This commit is contained in:
2026-03-16 16:37:28 -07:00
parent d4ebfb27da
commit d049b404c2
4 changed files with 241 additions and 1 deletions

View File

@@ -8,10 +8,12 @@ packages = [{include = "src"}]
[tool.poetry.dependencies]
python = "^3.12.3"
flask = "^3.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0"
pytest-cov = "^5.0"
pytest-flask = "^1.3"
black = "^24.0"
ruff = "^0.4"
mypy = "^1.10"