mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-08-31 02:19:04 +00:00
Proper requests version
This commit is contained in:
2
setup.py
2
setup.py
@@ -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',
|
||||||
|
Reference in New Issue
Block a user