[project]
name = "inbound-sms-handler-poc"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "fastapi[standard]>=0.120.2",
    "jinja2>=3.1.6",
    "pydantic>=2.12.3",
    "pydantic-settings>=2.11.0",
]

[tool.streamline]
type = "uvicorn"
module = "app.main:app"
display_name = "Twilio Inbound POC"
description = "desc"
emoji = "☎️"

[dependency-groups]
dev = [
    "pyright>=1.1.407",
    "pytest>=8.4.2",
    "ruff>=0.14.3",
]
