From 6b0e6312afcdef5eca0b23495b73b64f8d7888ea Mon Sep 17 00:00:00 2001 From: Robbt Date: Wed, 28 Nov 2018 07:47:54 -0500 Subject: [PATCH] removed the version restriction on mutagen to take advantage of bug fixes --- python_apps/airtime_analyzer/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/airtime_analyzer/setup.py b/python_apps/airtime_analyzer/setup.py index b51d6fade..6c4f2f0ed 100644 --- a/python_apps/airtime_analyzer/setup.py +++ b/python_apps/airtime_analyzer/setup.py @@ -28,7 +28,7 @@ setup(name='airtime_analyzer', packages=['airtime_analyzer'], scripts=['bin/airtime_analyzer'], install_requires=[ - 'mutagen==1.31', # The Mutagen guys change stuff all the time that break our unit tests. Watch out for this. + 'mutagen', # got rid of specific version requirement 'pika', 'daemon', 'file-magic',