mirror of
https://github.com/derrod/legendary.git
synced 2025-01-03 04:45:28 +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'
|
'wheel'
|
||||||
],
|
],
|
||||||
extras_reuqire=dict(
|
extras_reuqire=dict(
|
||||||
webview=['pywebview'],
|
webview=['pywebview>=3.4'],
|
||||||
webview_gtk=['pywebview', 'PyGObject']
|
webview_gtk=['pywebview>=3.4', 'PyGObject']
|
||||||
),
|
),
|
||||||
url='https://github.com/derrod/legendary',
|
url='https://github.com/derrod/legendary',
|
||||||
description='Free and open-source replacement for the Epic Games Launcher application',
|
description='Free and open-source replacement for the Epic Games Launcher application',
|
||||||
|
|
Loading…
Reference in a new issue