[project]
name = "webapp"
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", "infrastructure @ file:///${PROJECT_ROOT}/infrastructure", "application @ file:///${PROJECT_ROOT}/application", "presentation @ file:///${PROJECT_ROOT}/presentation", "flask>=3.1.2", "injector>=0.23.0", "flask-injector>=0.15.0"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}


[tool.pdm]
distribution = false