[project]
name = "suno-glue"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "boto3>=1.37.2",
    "elasticsearch>=9.0.2",
    "parquet-tools>=0.2.16",
    "pyspark>=3.5.4",
]

[tool.ruff]
line-length = 160
