[project]
name = "suno-alfred"
version = "0.1.0"
description = "Alfred workflow plugins"
requires-python = ">=3.8"
dependencies = [
    "psycopg2-binary",
    "pydantic>=2.10.6",
]

[tool.uv]
dev-dependencies = [
    "pyright>=1.1.396",
]

[tool.pyright]
typeCheckingMode = "basic"
