Fix: add youtube-search to pyproject.toml

This commit is contained in:
a 2024-10-21 21:33:34 +00:00
parent e12d94c5a0
commit 92d3c6e52a

View file

@ -11,6 +11,7 @@ dependencies = [
"yt-dlp", "yt-dlp",
"python-decouple", "python-decouple",
"httpx", "httpx",
"youtube-search"
] ]
requires-python = ">=3.10" requires-python = ">=3.10"
license = {text = "AGPL"} license = {text = "AGPL"}