From 327ad3eb47a2c67425184b4a258f9dc10d2879e8 Mon Sep 17 00:00:00 2001 From: garret Date: Fri, 3 May 2024 17:45:03 +0100 Subject: remove explicit dependency on yt-dlp per discussion in the discord https://discord.com/channels/807245652072857610/1112613156934668338/1235992574687445044 one can do stuff like installing yt-dlp with the zip, and plugins with pip so it's better for it to possibly not work, than to possibly fuck everything up also it stops things needlessly hitting my pip index --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b7ce66..73ecd4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ authors = [ { name="garret1317" }, ] requires-python = ">=3.8" -dependencies = ["yt-dlp>=2023.06.22"] classifiers = [ "License :: OSI Approved :: Zero-Clause BSD (0BSD)", "Environment :: Plugins", -- cgit v1.2.3-70-g09d2