mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Update dependencies (#382)
This commit is contained in:
committed by
Ritiek Malhotra
parent
667477a4be
commit
ac94cf4f3b
8
setup.py
8
setup.py
@@ -15,16 +15,16 @@ setup(
|
||||
version=spotdl.__version__,
|
||||
install_requires=[
|
||||
'pathlib >= 1.0.1',
|
||||
'youtube_dl >= 2017.9.8',
|
||||
'youtube_dl >= 2017.9.26',
|
||||
'pafy >= 0.5.3.1',
|
||||
'spotipy >= 2.4.4',
|
||||
'mutagen >= 1.37',
|
||||
'beautifulsoup4 >= 4.6.0',
|
||||
'mutagen >= 1.41.1',
|
||||
'beautifulsoup4 >= 4.6.3',
|
||||
'unicode-slugify >= 0.1.3',
|
||||
'titlecase >= 0.10.0',
|
||||
'logzero >= 1.3.1',
|
||||
'lyricwikia >= 0.1.8',
|
||||
'PyYAML >= 3.12',
|
||||
'PyYAML >= 3.13',
|
||||
'appdirs >= 1.4.3'
|
||||
],
|
||||
description='Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags.',
|
||||
|
||||
Reference in New Issue
Block a user