1 files changed, 1 insertions(+), 1 deletions(-)
M setup.cfg
M setup.cfg => setup.cfg +1 -1
@@ 53,7 53,7 @@ install_requires =
feedgenerator
itsdangerous
jinja2
- jsonschema
+ jsonschema>=4.0.0 # 3.2.0 fails with "AttributeError: type object 'Draft4Validator' has no attribute 'FORMAT_CHECKER'"
Markdown
oauthlib
PasteScript