From b7acd134d7fa5e627c7853b67bc1ed047d67755e Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Sun, 24 Oct 2021 18:56:25 +0200 Subject: [PATCH] increased minimum version of python-mpd2 --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e490e7..11c88b7 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Dependencies: - Python3 Python modules: -- mpd (python-mpd2 >=1.0) +- mpd (python-mpd2 >=1.1) - gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify) - requests - bs4 (beautifulsoup) diff --git a/requirements.txt b/requirements.txt index fd78da6..dbd5a27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4 requests -python-mpd2 >=1.0 +python-mpd2 >=1.1 PyGObject