From f5ecaefe8c0d1eecfbc00e565235d1b58dea497f Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Thu, 20 Oct 2022 17:23:59 -0500 Subject: [PATCH] Removed sound_lib on favour of mpv; replaced youtube_dl for yt-dlp --- requirements.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index a4cffc3..459fb01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,14 +2,12 @@ wxpython requests bs4 pypubsub -youtube-dl -cx_freeze +yt-dlp +python-mpv +nuitka configobj winpaths mutagen babel tidalapi git+https://github.com/accessibleapps/platform_utils -git+https://github.com/accessibleapps/accessible_output2 -git+https://github.com/accessibleapps/libloader -git+https://github.com/accessibleapps/sound_lib \ No newline at end of file