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
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

@ -23,7 +23,7 @@ in python.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python.pkgs; [
voluptuous pyyaml paho-mqtt colorlog
tornado protobuf tzlocal pyserial ifaddr
protobuf
protobuf click
];
# remove all version pinning (E.g tornado==5.1.1 -> tornado)