mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
parent
cc572364cb
commit
4ec320774d
@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Fixed invalid calls to logging warn method
|
- Fixed invalid calls to logging warn method
|
||||||
|
- `mock` no longer needed for install. Only used in `tox`.
|
||||||
|
|
||||||
## [2.6.0] - 2020-01-12
|
## [2.6.0] - 2020-01-12
|
||||||
|
|
||||||
@ -111,4 +112,4 @@ Updates to match released API
|
|||||||
Repackaged for saner imports
|
Repackaged for saner imports
|
||||||
|
|
||||||
## [1.0.0] - 2017-04-05
|
## [1.0.0] - 2017-04-05
|
||||||
Initial release
|
Initial release
|
||||||
|
|||||||
1
setup.py
1
setup.py
@ -11,7 +11,6 @@ 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=[
|
||||||
'mock>=2.0.0',
|
|
||||||
'requests>=2.3.0',
|
'requests>=2.3.0',
|
||||||
'six>=1.10.0',
|
'six>=1.10.0',
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user