aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorgarret <garret@airmail.cc>2024-05-03 17:45:03 +0100
committergarret <garret@airmail.cc>2024-05-18 03:44:13 +0100
commit327ad3eb47a2c67425184b4a258f9dc10d2879e8 (patch)
treea7c4e7a173879d57483f0cd79708b6eb0c0ee615 /pyproject.toml
parenta285500fbcf69cbedf2df5cf028abeba1108ea50 (diff)
downloadyt-dlp-rajiko-327ad3eb47a2c67425184b4a258f9dc10d2879e8.tar.gz
yt-dlp-rajiko-327ad3eb47a2c67425184b4a258f9dc10d2879e8.tar.bz2
yt-dlp-rajiko-327ad3eb47a2c67425184b4a258f9dc10d2879e8.zip
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
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
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",