From b6275b6b207bbfdbaef0a63d650737547bbfe76c Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 24 May 2025 12:02:01 +0200 Subject: [PATCH] remove youtube-search-python from dependencies --- server/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index c166c33..6eed456 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -10,7 +10,6 @@ rss-parser>=1.1 tmdbsimple>=2.9.1 yt-dlp>=2022.6.29 git+https://git.banananet.work/zocker/python-jsoncache#egg=jsoncache -git+https://github.com/Zocker1999NET/youtube-search-python@my-version#egg=youtube-search-python git+https://github.com/Zocker1999NET/tinytinypy#egg=tinytinypy # replacement for jinja until https://github.com/pallets/jinja/pull/1712 is merged git+https://github.com/Zocker1999NET/jinja@trailing-comma-3.1.2#egg=Jinja2