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

Load custom parsers from <user_data_dir>/jc/jcparsers

This commit is contained in:
Dean Serenevy
2020-06-06 14:30:40 -04:00
parent 346a14cb9b
commit 9f2279d586
4 changed files with 29 additions and 2 deletions

View File

@ -10,6 +10,7 @@ setuptools.setup(
author_email='kellyjonbrazil@gmail.com',
description='Converts the output of popular command-line tools and file-types to JSON.',
install_requires=[
'appdirs>=1.4.0',
'ruamel.yaml>=0.15.0',
'xmltodict>=0.12.0',
'Pygments>=2.4.2'