From 3652e51693d7ba829f4699fd80de20856941d82f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 16 Oct 2019 08:27:24 -0700 Subject: [PATCH] fix requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e8bc67e..e6718b2d 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( author='Kelly Brazil', description='This tool serializes the output of popular command line tools to structured JSON output.', install_requires=[ - 'ifconfigparser' + 'ifconfig-parser' ], license='MIT', long_description=long_description,