Files
youtube-gif/pyproject.toml
John Lancaster 4f34539db8 initial commit
2024-11-18 18:37:58 -06:00

10 lines
192 B
TOML

[project]
name = "youtube-gif"
version = "0.1.0"
description = "Creating gifs from youtube vidoes"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"yt-dlp>=2024.11.18",
]