mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 10:05:35 +01:00
added missing test requirement
This commit is contained in:
parent
c8f9a9d6f7
commit
bc53695f24
1 changed files with 2 additions and 1 deletions
3
setup.py
3
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 []
|
||||
|
|
|
|||
Loading…
Reference in a new issue