From 1cfa61b0bb4855bf0a8b27c9ab8e81fda9ccdc37 Mon Sep 17 00:00:00 2001 From: Miepee Date: Thu, 11 Dec 2025 15:16:34 +0100 Subject: [PATCH] Install more typing packages --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index daa93a5..9f978f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,8 @@ test = [ typing = [ "mypy", "types-requests", + "types-pyinstaller", + "types-jsonschema", "pre-commit" ]