diff --git a/pyproject.toml b/pyproject.toml index e3fc7cf..8bb984c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ dependencies = [ "yt-dlp", "python-decouple", "httpx", + "youtube-search" ] requires-python = ">=3.10" license = {text = "AGPL"}