From 88523e6ffbd461dea026a41942ed39fc5a08afc2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter <fabian@affolter-engineering.ch> Date: Sun, 31 May 2015 15:03:30 +0200 Subject: [PATCH] add mpd bindings --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 624cd3797cd..da169624276 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,3 +58,6 @@ sleekxmpp>=1.3.1 # Blockchain (sensor.bitcoin) blockchain>=1.1.2 + +# MPD Bindings (media_player.mpd) +python-mpd2>=0.5.4 -- GitLab