From a3a74571b45e89772704e1907d2c6d4e8fd2c874 Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 22 Oct 2025 18:13:36 -0400 Subject: [PATCH] use yt-dlp[default] to ensure Deno will be included --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 7c44025..2494bd1 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,3 +1,3 @@ discord.py==2.6.4 python-dotenv==1.1.1 -yt-dlp==2025.10.22 \ No newline at end of file +yt-dlp[default]==2025.10.22 \ No newline at end of file