setup.py: Add version requirement to pywebview

This commit is contained in:
derrod 2021-10-07 10:59:33 +02:00
parent 2d366a7704
commit b19a482fdb

View file

@ -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',