From 0675a6e2e7af1f626d90abc3cf37341ae26233dd Mon Sep 17 00:00:00 2001 From: Hans Erik van Elburg Date: Fri, 27 Dec 2019 16:22:10 +0100 Subject: [PATCH] add tailer dependency --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1f0139..0c6015d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,8 @@ setup( 'pyserial>=3,<4', 'pyserial-asyncio<1', 'pytz', - 'PyCRC>=1.2,<2' + 'PyCRC>=1.2,<2', + 'Tailer==0.4.1' ], entry_points={ 'console_scripts': ['dsmr_console=dsmr_parser.__main__:console']