setup.py: Add pyGObject to the dependencies.

This commit is contained in:
Damir Jelić 2019-05-23 18:18:58 +02:00
parent eadbba876d
commit 5b9372d7ce

View File

@ -21,6 +21,7 @@ setup(
"logbook", "logbook",
"peewee", "peewee",
"dbus-python", "dbus-python",
"PyGObject",
"pydbus", "pydbus",
"janus", "janus",
"prompt_toolkit", "prompt_toolkit",