added dependencies

This commit is contained in:
John Lancaster
2024-11-18 18:38:45 -06:00
parent 4f34539db8
commit e6c2b2442e
2 changed files with 552 additions and 1 deletions

View File

@@ -5,5 +5,13 @@ description = "Creating gifs from youtube vidoes"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.1.7",
"python-ffmpeg>=2.0.12",
"rich>=13.9.4",
"yt-dlp>=2024.11.18",
]
[dependency-groups]
dev = [
"ipykernel>=6.29.5",
]