From 48337870cc8318efc7a69ed230f4f2004bb237b7 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 28 Jan 2017 15:21:10 -0500 Subject: [PATCH] Bump the required discogs-client version (#2387) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1019a74a7..148643837 100755 --- a/setup.py +++ b/setup.py @@ -114,7 +114,7 @@ setup( 'absubmit': ['requests'], 'fetchart': ['requests'], 'chroma': ['pyacoustid'], - 'discogs': ['discogs-client>=2.1.0'], + 'discogs': ['discogs-client>=2.2.1'], 'beatport': ['requests-oauthlib>=0.6.1'], 'lastgenre': ['pylast'], 'mpdstats': ['python-mpd2>=0.4.2'],