From 92d3c6e52a5d38a66151d7440f2977cb60647c4a Mon Sep 17 00:00:00 2001 From: a Date: Mon, 21 Oct 2024 21:33:34 +0000 Subject: [PATCH] Fix: add youtube-search to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"}