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

vendorize appdirs module

This commit is contained in:
Kelly Brazil
2020-06-07 12:41:50 -07:00
parent 808ff6cf0e
commit 937a9fa9cf
4 changed files with 613 additions and 3 deletions

View File

@ -10,7 +10,6 @@ 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'