[project]
name = "songify_video"
version = "0.1.0"
description = "make video song"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "boto3>=1.40.0",
    "dotenv>=0.9.9",
    "modal>=1.1.0",
    "moviepy==1.0.3",
    "notebook>=7.4.4",
    "yt-dlp>=2025.7.21",
]
