ClipScript / pyproject.toml
muzzz's picture
push
10b0de3
raw
history blame contribute delete
302 Bytes
[project]
name = "clipscript"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio>=5.33.1",
"gradio-client>=1.10.3",
"modal>=1.0.3",
"openai>=1.86.0",
"python-dotenv>=1.1.0",
"yt-dlp>=2025.6.9",
]