Deployment fixes, add HPP logo

This commit is contained in:
2026-05-04 22:21:07 +12:00
parent 2799946091
commit ebee72d4df
24 changed files with 768 additions and 45 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "data-entry-app-backend"
version = "0.1.4"
version = "0.1.5"
description = "Costing platform MVP backend"
requires-python = ">=3.11"
dependencies = [
@@ -14,6 +14,7 @@ dependencies = [
"sqlalchemy>=2.0,<3.0",
"pydantic>=2.8,<3.0",
"pytest>=8.0,<9.0",
"psycopg[binary]>=3.2,<4.0",
]
[tool.setuptools]