diff --git a/pyproject.toml b/pyproject.toml index 07534b5..2fb2528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,8 @@ docs = [ test = [ "pytest>=6", "boost-histogram>=1.0", + "fastjsonschema", + "importlib-resources; python_version<'3.9'", ]