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

23 lines
870 B
TOML

version = 1
requires-python = ">=3.12"
[[package]]
name = "youtube-gif"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "yt-dlp" },
]
[package.metadata]
requires-dist = [{ name = "yt-dlp", specifier = ">=2024.11.18" }]
[[package]]
name = "yt-dlp"
version = "2024.11.18"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/60/5c/906972f44c2057c929c85b9b309bff51847a74aa9f82c7d8dfe350b13225/yt_dlp-2024.11.18.tar.gz", hash = "sha256:b8a4c23d3c9afd7e476bcdb87f38b6c0e8e12e3a239d7988f13acb434200f54d", size = 2908340 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/64/22/1918d2c8c123e9157efd7c2063ea89b4826f904d67b17e77152862ac3347/yt_dlp-2024.11.18-py3-none-any.whl", hash = "sha256:b9741695911dc566498b5f115cdd6b1abbc5be61cb01fd98abe649990a41656c", size = 3173165 },
]