Compare commits

...

1 Commits

Author SHA1 Message Date
debuglevel f87f9cf8aa fix: use jsonschema<4.18 to support MSYS2
jsonschema >=4.18 introduced rust dependencies which do not (yet) work on MSYS2.
2024-01-03 23:33:41 +00:00
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',