This commit is contained in:
Yaronzz
2023-09-06 09:34:01 +08:00
parent 4f32b14441
commit 0751c37b35
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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
qt-material==2.12
lxml==4.7.1
+2 -1
View File
@@ -17,6 +17,7 @@ setup(
"requests>=2.22.0",
"pycryptodome",
"pydub",
"prettytable"],
"prettytable",
"lxml"],
entry_points={'console_scripts': ['tidal-dl = tidal_dl:main', ]}
)