From e8fe5a39ee9ffce06bfdf14810c8988d55b21bc9 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 22 Dec 2020 08:46:35 +0100 Subject: [PATCH] Update Pipfile As commented on https://github.com/wernight/docker-mopidy/pull/32 by @christianlent to a pull request from @marklester I've added mopidy-local to de pipfile --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 3d48b32..3d9b440 100644 --- a/Pipfile +++ b/Pipfile @@ -12,6 +12,7 @@ mopidy-moped = "*" mopidy-gmusic = "*" mopidy-pandora = "*" mopidy-youtube = "*" +mopidy-local = "*" pyopenssl = "*" [requires]