Require jsonschema at least with 3.0.0 version #1

Closed
arakmar wants to merge 1 commits from fix/missing_dep_version into master
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',