From b19a482fdb4faa86dacadd3298ab34b1d33b2ff6 Mon Sep 17 00:00:00 2001 From: derrod Date: Thu, 7 Oct 2021 10:59:33 +0200 Subject: [PATCH] setup.py: Add version requirement to pywebview --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dc618a6..37c07e0 100644 --- a/setup.py +++ b/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',