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:
2
setup.py
2
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,
|
||||
|
Reference in New Issue
Block a user