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

Support older pygments

This commit is contained in:
Dean Serenevy
2020-07-09 11:27:01 -04:00
parent bc7116c31b
commit ddafa5bf06
2 changed files with 47 additions and 7 deletions

View File

@ -12,7 +12,7 @@ setuptools.setup(
install_requires=[
'ruamel.yaml>=0.15.0',
'xmltodict>=0.12.0',
'Pygments>=2.4.2'
'Pygments>=2.3.0'
],
license='MIT',
long_description=long_description,