1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

require ifconfig-parser v0.0.5 for mac and bytes support

This commit is contained in:
Kelly Brazil
2019-12-06 10:30:01 -08:00
parent fea8ace844
commit 6f3d2b4b56

View File

@ -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,