Fix dependencies

Removes now-unused dependency titlecase and add tqdm. Also read
current spotdl version without depending on external dependencies.
This commit is contained in:
Ritiek Malhotra
2020-04-21 13:13:48 +05:30
parent 42dd650ed8
commit b9e2a23846
3 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
__version__ = "2.0.0"
from spotdl.version import __version__
from spotdl.track import Track