Skip to content

Commit

Permalink
use "tasmota-metrics": ">=0.3.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Apr 21, 2023
1 parent e52a37e commit a365e27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def _get_installed_pip_packages():
deps = {
"wheel": ">=0.35.1",
"zopfli": ">=0.2.2",
"esp-idf-size": ">=0.3.0"
"esp-idf-size": ">=0.3.0",
"tasmota-metrics": ">=0.3.2"
}

installed_packages = _get_installed_pip_packages()
Expand Down

0 comments on commit a365e27

Please sign in to comment.