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', ]} )