From 13ee573d53ff58d1348e239fe8d2e7f6e21b6656 Mon Sep 17 00:00:00 2001 From: Philipp Grimm Date: Wed, 11 Sep 2024 00:06:52 +0200 Subject: [PATCH] logs and dependencies improved --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a0296a1..4300927 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ with open('LICENSE', encoding="utf-8") as f: license = f.read() -required = ['eltako14bus>=0.0.46', 'enocean>=0.60.1', 'pyserial', 'pyserial-asyncio', 'aiocoap', 'zeroconf>=0.132.1'] +required = ['eltako14bus>=0.0.46', 'enocean>=0.60.1', 'pyserial', 'pyserial-asyncio', 'aiocoap', 'zeroconf>=0.132.2']