Compare commits

...

1 Commits

Author SHA1 Message Date
Yoann Laissus d137dfa861 Require jsonschema at least with 3.0.0 version
Some OS like EL7/8 have borgmatic packages built with a 2.6.x version
So it's totally broken for the configuration parsing
2021-09-09 10:12:43 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ setup(
},
obsoletes=['atticmatic'],
install_requires=(
'jsonschema',
'jsonschema>=3.0.0,<4.0.0',
'requests',
'ruamel.yaml>0.15.0,<0.18.0',
'setuptools',