From d1a6f3d66e4d7f4f7081d0735b1a05b7d8ec6f9b Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Thu, 20 Oct 2022 16:41:54 +0200 Subject: [PATCH] added missing dependency --- README.md | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index aa26f00..a68ce34 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Dependencies: Python modules: - mpd (python-mpd2 >=1.1) - gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib) +- cairo (pycairo) Run: ```bash diff --git a/requirements.txt b/requirements.txt index fc6ab97..01ca474 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ python-mpd2 >=1.1 PyGObject +pycairo