diff --git a/pyproject.toml b/pyproject.toml index 35565a2d..063afbf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,9 @@ dependencies = [ "ruff~=0.0.260", "mypy~=1.1.1", "pytest~=7.3.0", + "types-jsonschema==3.2.0", + "types-python-dateutil", + "types-PyYAML~=6.0" ] [tool.hatch.envs.pre-commit.scripts]