[project]
name = "streaming_api"
version = "0.1.0"
description = ""
authors = [
    {name = "Martin Camacho", email = "martin@suno.ai"},
]
dependencies = [
    "fastapi>=0.104.1",
    "uvicorn[standard]>=0.24.0.post1",
    "redis>=5.0.1",
    "python-dotenv>=1.0.0",
    "modal==0.73.81",
    "datadog-api-client>=2.23.0,<3",
    "requests==2.32.3",
    "structlog>=25.4.0",
]
requires-python = ">=3.10,<3.11"
readme = "README.md"
license = {text = "UNLICENSED"}

[dependency-groups]
dev = [
    "pip-licenses>=5.0.0",
]

