- A few more changes to gtk version
This commit is contained in:
parent
5c68fcb90d
commit
6999f60607
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -18,7 +18,7 @@ setup(
|
|||
('share/icons', ['discover.png'])
|
||||
],
|
||||
install_requires = [
|
||||
'PyGObject',
|
||||
'PyGObject>=3.22',
|
||||
'websocket-client',
|
||||
'pyxdg',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue