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