From 6a1cd1d1d10ee1b6c0b5a08ea434855535d990b3 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Sun, 27 Feb 2022 15:24:26 +0100 Subject: [PATCH] Update requirements, add pydub and fix aigp warning --- TIDALDL-PY/requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/TIDALDL-PY/requirements.txt b/TIDALDL-PY/requirements.txt index 10db148..e98b7dd 100644 --- a/TIDALDL-PY/requirements.txt +++ b/TIDALDL-PY/requirements.txt @@ -1,8 +1,9 @@ -requests==2.22.0 -colorama==0.4.3 -prettytable==0.7.2 +requests==2.27.1 +colorama==0.4.4 +prettytable==3.1.1 mutagen==1.45.1 -psutil==5.7.3 -pycryptodome==3.9.9 -aigpy==2022.01.20.1 +psutil==5.9.0 +pycryptodome==3.14.1 +aigpy==2022.1.20.1 lyricsgenius==3.0.1 +pydub==0.25.1