From 0751c37b35e0bc0682e56609ba713b4d9c08f556 Mon Sep 17 00:00:00 2001 From: Yaronzz Date: Wed, 6 Sep 2023 09:34:01 +0800 Subject: [PATCH] update --- TIDALDL-PY/requirements.txt | 3 ++- TIDALDL-PY/setup.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TIDALDL-PY/requirements.txt b/TIDALDL-PY/requirements.txt index cdb8006..9dd0cc3 100644 --- a/TIDALDL-PY/requirements.txt +++ b/TIDALDL-PY/requirements.txt @@ -8,4 +8,5 @@ aigpy==2022.7.8.1 lyricsgenius==3.0.1 pydub==0.25.1 PyQt5==5.15.7 -qt-material==2.12 \ No newline at end of file +qt-material==2.12 +lxml==4.7.1 \ No newline at end of file diff --git a/TIDALDL-PY/setup.py b/TIDALDL-PY/setup.py index 43f8ca9..656c1f2 100644 --- a/TIDALDL-PY/setup.py +++ b/TIDALDL-PY/setup.py @@ -17,6 +17,7 @@ setup( "requests>=2.22.0", "pycryptodome", "pydub", - "prettytable"], + "prettytable", + "lxml"], entry_points={'console_scripts': ['tidal-dl = tidal_dl:main', ]} )