From bc53695f24d06bcc33df2d0a4e6e6a739cab27fb Mon Sep 17 00:00:00 2001 From: Adam Jakab Date: Sat, 22 Feb 2020 01:56:57 +0100 Subject: [PATCH] added missing test requirement --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 []