mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Update dependencies (#382)
This commit is contained in:
		
				
					committed by
					
						 Ritiek Malhotra
						Ritiek Malhotra
					
				
			
			
				
	
			
			
			
						parent
						
							667477a4be
						
					
				
				
					commit
					ac94cf4f3b
				
			
							
								
								
									
										8
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								setup.py
									
									
									
									
									
								
							| @@ -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.', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user