[project]
name = "donna-scraper"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "==3.12.3"
dependencies = [
    "jupyterlab>=4.2.5",
    "python-dotenv>=1.0.1",
    "requests>=2.32.3",
    "scikit-learn>=1.5.0",
    "snowflake-snowpark-python>=1.20.0",
    "snowflake>=0.10.0",
    "stripe>=9.12.0",
    "markdown-pdf>=1.4",
    "pypdf",
    "suno-api",
]

[tool.uv.sources]
suno-api = { path = "../../studio_api" }
