From a3184770e997e421135006c6a08e95ac492f89a1 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 4 Feb 2021 09:52:35 +0100 Subject: [PATCH] Allow to run with mopidy 3.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 888234a..9ad4776 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ zip_safe = True include_package_data = True packages = find: install_requires = - mopidy>=3,<3.1 + mopidy>=3 requests requests_oauthlib pygobject