[project]
name = "the-backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "fastapi>=0.115.12",
    "modal>=1.0.2",
    "pydantic>=2.11.5",
    "requests>=2.32.3",
    "uvicorn>=0.34.3",
]
