[project]
name = "presentation"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "liveinvalley", email = "156389201+liveinvalley@users.noreply.github.com"},
]
dependencies = ["domain @ file:///${PROJECT_ROOT}/../domain", "application @ file:///${PROJECT_ROOT}/../application", "Flask>=3.1.2"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false