diff --git a/CHANGELOG.md b/CHANGELOG.md index 633a1ec..d954080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Fixed invalid calls to logging warn method + - `mock` no longer needed for install. Only used in `tox`. ## [2.6.0] - 2020-01-12 @@ -111,4 +112,4 @@ Updates to match released API Repackaged for saner imports ## [1.0.0] - 2017-04-05 -Initial release \ No newline at end of file +Initial release diff --git a/setup.py b/setup.py index d4df1ed..849ab76 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,6 @@ setup( author_email="paul@echonest.com", url='http://spotipy.readthedocs.org/', install_requires=[ - 'mock>=2.0.0', 'requests>=2.3.0', 'six>=1.10.0', ],