- A few more changes to gtk version

This commit is contained in:
trigg 2020-09-27 11:18:22 +01:00
parent 5c68fcb90d
commit 6999f60607
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ python3 -m pip install discover-overlay
Requirements should be handled by pip.
Requires PyGTK3, websocket_client
Requires PyGTK3 3.22 or newer, websocket_client
A compositor is strongly advised but there is a non-compositor mode optionally

View file

@ -18,7 +18,7 @@ setup(
('share/icons', ['discover.png'])
],
install_requires = [
'PyGObject',
'PyGObject>=3.22',
'websocket-client',
'pyxdg',
],