From ba11095d54d2b9fb197a7a55b45be3f95ecaa7be Mon Sep 17 00:00:00 2001 From: Tristan Ferrua Date: Fri, 29 Jan 2021 14:18:40 +0000 Subject: [PATCH] Fixed ffmpeg dependancy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3d233c4..0cad10c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup(name="miniplayer", scripts=["bin/miniplayer"], install_requires=[ "python-mpd2", - "ffmpeg", + "ffmpeg-python", "pixcat", "pillow" ])