Proper requests version

This commit is contained in:
Paul Lamere 2017-01-18 17:35:23 -05:00
parent 8b84bd8bd0
commit e1344e2221
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ setup(
author_email="paul@echonest.com", author_email="paul@echonest.com",
url='http://spotipy.readthedocs.org/', url='http://spotipy.readthedocs.org/',
install_requires=[ install_requires=[
'requests>=1.0', 'requests>=2.3.0',
'six>=1.10.0', 'six>=1.10.0',
], ],
license='LICENSE.txt', license='LICENSE.txt',