From fe710e927286cde8c2628af4017409ece7ab0142 Mon Sep 17 00:00:00 2001 From: lowdef Date: Sun, 2 Feb 2020 22:54:21 +0100 Subject: [PATCH] redo essential change --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a33f5a4..9c47c51 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,8 @@ setup( install_requires=[ 'pyserial>=3,<4', 'pyserial-asyncio<1', - 'pytz' + 'pytz', + 'Tailer==0.4.1' ], entry_points={ 'console_scripts': ['dsmr_console=dsmr_parser.__main__:console']