mirror of
https://github.com/beetbox/beets.git
synced 2026-02-08 16:34:12 +01:00
Added version dependency for python3-discogs-client. PR 4118
This commit is contained in:
parent
c824d4d773
commit
ad4fb610a1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -127,7 +127,7 @@ setup(
|
|||
'embyupdate': ['requests'],
|
||||
'chroma': ['pyacoustid'],
|
||||
'gmusic': ['gmusicapi'],
|
||||
'discogs': ['python3-discogs-client'],
|
||||
'discogs': ['python3-discogs-client>=2.3.10'],
|
||||
'beatport': ['requests-oauthlib>=0.6.1'],
|
||||
'kodiupdate': ['requests'],
|
||||
'lastgenre': ['pylast'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue