added missing test requirement

This commit is contained in:
Adam Jakab 2020-02-22 01:56:57 +01:00
parent c8f9a9d6f7
commit bc53695f24

View file

@ -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 []