From 1a5fe83eeea450b5af8ad2a4fe4d81fcf63eea04 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Wed, 22 Sep 2021 17:21:03 -0500 Subject: [PATCH] Install tidalapi from pip; added sound_lib as a dependency; remove libVLC module from requirements file --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index f6d7724..a4cffc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,15 +2,14 @@ wxpython requests bs4 pypubsub -python-vlc youtube-dl cx_freeze configobj winpaths mutagen babel -# tidalapi -git+https://github.com/tamland/python-tidal/ +tidalapi git+https://github.com/accessibleapps/platform_utils git+https://github.com/accessibleapps/accessible_output2 -git+https://github.com/accessibleapps/libloader \ No newline at end of file +git+https://github.com/accessibleapps/libloader +git+https://github.com/accessibleapps/sound_lib \ No newline at end of file