initial commit
This commit is contained in:
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user