Forgot to add a dependency

This commit is contained in:
Kepoor Hampond 2017-01-01 12:09:12 -08:00
parent 9bd37884b9
commit dbd8e29280

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='irs', name='irs',
version='2.6.13', version='2.6.14',
description='A music downloader that just gets metadata.', description='A music downloader that just gets metadata.',
url='https://github.com/kepoorhampond/irs', url='https://github.com/kepoorhampond/irs',
author='Kepoor Hampond', author='Kepoor Hampond',
@ -14,6 +14,7 @@ setup(
'mutagen', 'mutagen',
'youtube-dl', 'youtube-dl',
'requests', 'requests',
'spotipy',
], ],
entry_points = { entry_points = {
'console_scripts': ['irs = irs.__main__:main'], 'console_scripts': ['irs = irs.__main__:main'],