esphome: add click dependency used in update-all command

This commit is contained in:
Martin Weinelt
2020-07-02 16:35:02 +02:00
parent 56c066f79d
commit d71da1449d
+1 -1
View File
@@ -23,7 +23,7 @@ in python.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python.pkgs; [ propagatedBuildInputs = with python.pkgs; [
voluptuous pyyaml paho-mqtt colorlog voluptuous pyyaml paho-mqtt colorlog
tornado protobuf tzlocal pyserial ifaddr tornado protobuf tzlocal pyserial ifaddr
protobuf protobuf click
]; ];
# remove all version pinning (E.g tornado==5.1.1 -> tornado) # remove all version pinning (E.g tornado==5.1.1 -> tornado)