fix: use jsonschema<4.18 to support MSYS2

jsonschema >=4.18 introduced rust dependencies which do not (yet) work on MSYS2.
This commit is contained in:
debuglevel 2024-01-03 23:33:41 +00:00
parent 4beef36d3c
commit f87f9cf8aa
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ setup(
obsoletes=['atticmatic'],
install_requires=(
'colorama>=0.4.1,<0.5',
'jsonschema',
'jsonschema<4.18',
'packaging',
'requests',
'ruamel.yaml>0.15.0,<0.18.0',