~mediagoblin/mediagoblin

c85c9a94da624304efb34ca04ab2b08cdc77fa18 — Ben Sturmfels 1 year, 19 days ago 9f28269
Pin jsonschema >= 4.0.0

Avoids issue where 3.2.0 is installed as an OS package on Ubuntu 20.04 and fails
with "AttributeError: type object 'Draft4Validator' has no attribute
'FORMAT_CHECKER'".
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