setup.py: add pygobject

This appears to be the right dependency and should work with pip
https://mathieu.daitauha.fr/blog/2016/07/06/pip-install-pygobject/
pull/119/head
Peter Hutterer 2018-03-06 13:32:24 +10:00 committed by Benjamin Tissoires
parent b749cad77e
commit e6f5baf02f
1 changed files with 1 additions and 0 deletions

View File

@ -24,5 +24,6 @@ setup(name='tuhi',
install_requires=[
'svgwrite',
'xdg',
'pygobject',
]
)