increased minimum version of python-mpd2

This commit is contained in:
Martin Wagner 2021-10-24 18:56:25 +02:00
parent 79a20043ba
commit b7acd134d7
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ Dependencies:
- Python3 - Python3
Python modules: Python modules:
- mpd (python-mpd2 >=1.0) - mpd (python-mpd2 >=1.1)
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify) - gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify)
- requests - requests
- bs4 (beautifulsoup) - bs4 (beautifulsoup)

View File

@ -1,4 +1,4 @@
beautifulsoup4 beautifulsoup4
requests requests
python-mpd2 >=1.0 python-mpd2 >=1.1
PyGObject PyGObject