mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-06 14:52:50 +00:00
Proper requests version
This commit is contained in:
parent
8b84bd8bd0
commit
e1344e2221
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user