From 92e1420b6a777031886023c3e13af608df1fe4c7 Mon Sep 17 00:00:00 2001 From: alizeruncaged Date: Mon, 16 Mar 2026 15:30:01 +0800 Subject: [PATCH] Remove PyGObject and qtpy from requirements.txt These are Linux-only GTK/Qt dependencies needed for pywebview's GTK backend. On Windows, pywebview uses WebView2 and these packages fail to build from source, breaking the setup script. --- requirements.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4481e89..a5b6676 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,3 @@ click tqdm psutil pyyaml - -# qt and gtk gui -PyGObject -qtpy