From 0c1e715f98eacb1fc806824ad13df6b30e0cb785 Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 22 Oct 2025 18:17:23 -0400 Subject: [PATCH] Revert "use yt-dlp[default] to ensure Deno will be included" This reverts commit a3a74571b45e89772704e1907d2c6d4e8fd2c874. --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 2494bd1..7c44025 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[default]==2025.10.22 \ No newline at end of file +yt-dlp==2025.10.22 \ No newline at end of file