[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.55.4196",
    "datadog-api-client>=2.23.0",
]
requires-python = ">=3.10,<3.11"
readme = "README.md"
license = {text = "UNLICENSED"}

