From 6f3d2b4b566b963fbf38572c587e8bd4e18881dc Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 6 Dec 2019 10:30:01 -0800 Subject: [PATCH] require ifconfig-parser v0.0.5 for mac and bytes support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 767fed5f..3e43ed7b 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( author_email='kellyjonbrazil@gmail.com', description='This tool serializes the output of popular command line tools to structured JSON output.', install_requires=[ - 'ifconfig-parser' + 'ifconfig-parser>=0.0.5' ], license='MIT', long_description=long_description,