mirror of
https://github.com/yaronzz/Tidal-Media-Downloader.git
synced 2026-06-13 04:05:07 +03:00
add require module
This commit is contained in:
Binary file not shown.
@@ -8,3 +8,4 @@ aigpy==2022.6.22.1
|
||||
lyricsgenius==3.0.1
|
||||
pydub==0.25.1
|
||||
PyQt5==5.15.7
|
||||
qt-material=2.12
|
||||
+2
-1
@@ -18,6 +18,7 @@ setup(
|
||||
"pycryptodome",
|
||||
"pydub",
|
||||
"prettytable",
|
||||
"PyQt5"],
|
||||
"PyQt5",
|
||||
"qt-material"],
|
||||
entry_points={'console_scripts': ['tidal-dl = tidal_dl:main', ]}
|
||||
)
|
||||
|
||||
@@ -20,7 +20,7 @@ from tidal_dl.settings import *
|
||||
from tidal_dl.lang.language import *
|
||||
|
||||
|
||||
VERSION = '2022.06.23.1'
|
||||
VERSION = '2022.06.23.2'
|
||||
__LOGO__ = f'''
|
||||
/$$$$$$$$ /$$ /$$ /$$ /$$ /$$
|
||||
|__ $$__/|__/ | $$ | $$ | $$| $$
|
||||
|
||||
Reference in New Issue
Block a user