From 700ebd92eb79ca386ace3ab1184396ed99193af0 Mon Sep 17 00:00:00 2001 From: getzze Date: Fri, 7 Jun 2024 13:09:15 +0100 Subject: [PATCH] add type deps --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0aa2ca43..906278f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,10 @@ dev = [ ] type = [ "mypy", + "types-beautifulsoup4", + "types-decorator", + "types-requests", + "sympy", ] [project.urls]