Skip to content

Commit 639c722

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def _get_installed_standard_pip_packages():
8282

8383
deps = {
8484
"wheel": ">=0.35.1",
85+
"rich-click": ">=1.8.6",
8586
"PyYAML": ">=6.0.2"
8687
}
8788

0 commit comments

Comments
 (0)