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

add xml parser

This commit is contained in:
Kelly Brazil
2020-02-03 22:13:06 -08:00
parent b5ebf8b76a
commit 547c6d3d59
5 changed files with 172 additions and 2 deletions

View File

@ -11,7 +11,8 @@ setuptools.setup(
description='This tool serializes the output of popular command line tools to structured JSON output.',
install_requires=[
'ifconfig-parser>=0.0.5',
'ruamel.yaml>=0.15.0'
'ruamel.yaml>=0.15.0',
'xmltodict>=0.12.0'
],
license='MIT',
long_description=long_description,