added dependencies
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user