diff --git a/setup.py b/setup.py index 544721937..c50e65bf5 100755 --- a/setup.py +++ b/setup.py @@ -118,7 +118,8 @@ setup( 'responses', 'pyxdg', 'python-mpd2', - 'discogs-client' + 'discogs-client', + 'requests_oauthlib' ] + ( # Tests for the thumbnails plugin need pathlib on Python 2 too. ['pathlib'] if (sys.version_info < (3, 4, 0)) else []