From 0aa9f8eedc6435caa7b8d4a47812afd7d5491413 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Mon, 14 Oct 2013 23:09:07 +0200 Subject: [PATCH] setup.py: update version of mutagen dependency We actually need 1.22 due to usage of update_to_v23 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b6a54147..24b7df508 100755 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ setup(name='beets', }, install_requires=[ - 'mutagen>=1.21', + 'mutagen>=1.22', 'munkres', 'unidecode', 'musicbrainzngs>=0.4',