From a7e2de24998c8127dd1c0317dd7dce57c7cfc601 Mon Sep 17 00:00:00 2001 From: Zsin Skri Date: Thu, 20 Jun 2019 12:49:39 +0200 Subject: [PATCH] require mediafile 0.2.0 mediafile 0.2.0 includes the changes used by commit f645400. Update setup.py to reflect that new version requirement. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1078d6cc9..cfcffdbf5 100755 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ setup( 'unidecode', 'musicbrainzngs>=0.4', 'pyyaml', - 'mediafile>=0.1.0', + 'mediafile>=0.2.0', 'confuse>=1.0.0', ] + [ # Avoid a version of munkres incompatible with Python 3.