Skip to content

Commit 33a8925

Browse files
authored
add "rich-click": ">=1.8.6" dependency
1 parent aedf0b4 commit 33a8925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def _get_installed_pip_packages():
101101

102102
deps = {
103103
"wheel": ">=0.35.1",
104+
"rich-click": ">=1.8.6",
104105
"PyYAML": ">=6.0.2",
105106
"intelhex": ">=2.3.0"
106107
}

0 commit comments

Comments
 (0)