From 33a8925ca14f22bef1d5901252caeee424c5ebd6 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:02:58 +0100 Subject: [PATCH] add "rich-click": ">=1.8.6" dependency --- builder/frameworks/arduino.py | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/frameworks/arduino.py b/builder/frameworks/arduino.py index 96fbff6..cbf32e4 100644 --- a/builder/frameworks/arduino.py +++ b/builder/frameworks/arduino.py @@ -101,6 +101,7 @@ def install_python_deps(): deps = { "wheel": ">=0.35.1", + "rich-click": ">=1.8.6", "PyYAML": ">=6.0.2", "intelhex": ">=2.3.0" }