From f2a3ef471131fc7497a1dfce0fe790c07beac6f7 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Tue, 9 Jul 2024 15:33:23 -0400 Subject: [PATCH] Revert changes to setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 055ce624c69..51f7b5f5d98 100644 --- a/setup.py +++ b/setup.py @@ -231,6 +231,7 @@ def run(self): 'python-lsp-black>=2.0.0,<3.0.0', 'pyls-spyder>=0.4.0', 'pyqt5>=5.10,<5.16', + 'pyqtwebengine>=5.10,<5.16', 'python-lsp-server[all]>=1.11.0,<1.12.0', 'pyxdg>=0.26;platform_system=="Linux"', 'pyzmq>=24.0.0',