mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
setup.py: Add version requirement to pywebview
This commit is contained in:
parent
2d366a7704
commit
b19a482fdb
4
setup.py
4
setup.py
|
@ -40,8 +40,8 @@ setup(
|
|||
'wheel'
|
||||
],
|
||||
extras_reuqire=dict(
|
||||
webview=['pywebview'],
|
||||
webview_gtk=['pywebview', 'PyGObject']
|
||||
webview=['pywebview>=3.4'],
|
||||
webview_gtk=['pywebview>=3.4', 'PyGObject']
|
||||
),
|
||||
url='https://github.com/derrod/legendary',
|
||||
description='Free and open-source replacement for the Epic Games Launcher application',
|
||||
|
|
Loading…
Reference in a new issue