Update dependencies (#382)

This commit is contained in:
Linus Groh
2018-10-02 08:51:39 +02:00
committed by Ritiek Malhotra
parent 667477a4be
commit ac94cf4f3b

View File

@@ -15,16 +15,16 @@ setup(
version=spotdl.__version__, version=spotdl.__version__,
install_requires=[ install_requires=[
'pathlib >= 1.0.1', 'pathlib >= 1.0.1',
'youtube_dl >= 2017.9.8', 'youtube_dl >= 2017.9.26',
'pafy >= 0.5.3.1', 'pafy >= 0.5.3.1',
'spotipy >= 2.4.4', 'spotipy >= 2.4.4',
'mutagen >= 1.37', 'mutagen >= 1.41.1',
'beautifulsoup4 >= 4.6.0', 'beautifulsoup4 >= 4.6.3',
'unicode-slugify >= 0.1.3', 'unicode-slugify >= 0.1.3',
'titlecase >= 0.10.0', 'titlecase >= 0.10.0',
'logzero >= 1.3.1', 'logzero >= 1.3.1',
'lyricwikia >= 0.1.8', 'lyricwikia >= 0.1.8',
'PyYAML >= 3.12', 'PyYAML >= 3.13',
'appdirs >= 1.4.3' 'appdirs >= 1.4.3'
], ],
description='Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags.', description='Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags.',