From 930fc5f6d8246e3b46dff65f38dae572193ff6ff Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Mon, 27 Jan 2025 09:49:38 -0800 Subject: [PATCH] Remove pyqt6 dependency This is a temporary workaround so that people can use the CLI without pyqt6 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f25a7f5..03c9417f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ dependencies = [ "PyQRCode>=1.2.1,<2", "python-barcode>=0.13.1,<1", "pyusb", - "PyQt6", "darkdetect", "typer", ]