File size: 302 Bytes
10b0de3
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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",
]