From c0fbffcdb656bac9b6cd04f1fdaaeea79efaa85a Mon Sep 17 00:00:00 2001 From: jcass Date: Thu, 4 Feb 2016 07:10:40 +0200 Subject: [PATCH] fix:Bump Mopidy version dependency for M3U-related features. Fixes #147. --- README.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9935e69..df92b9d 100644 --- a/README.rst +++ b/README.rst @@ -77,6 +77,7 @@ v2.1.0 (UNRELEASED) - Add application cache manifest file for quicker loads and to allow client devices to detect when local caches should be invalidated. - Use standard Mopidy mixer methods to mute / un-mute playback. +- Mopidy-Musicbox-Webclient now requires at least Mopidy v1.1.0 or greater to be installed. **Fixes** diff --git a/setup.py b/setup.py index c594f79..17b680e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( include_package_data=True, install_requires=[ 'setuptools', - 'Mopidy >= 0.19', + 'Mopidy >= 1.1.0', ], entry_points={ 'mopidy.ext': [