From d9fbe49bcfc8ce85b3ae3a5772db5c63130243b1 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 13 May 2025 10:13:27 +0200 Subject: [PATCH] typing stubs added for dev-dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcff9c2..075f638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest", "flake8", "mypy", - "lxml", "types-lxml", + "lxml", "types-lxml", "types-Markdown", "pandas-stubs", "requests", "matplotlib>=3.1.1", "pandas>=2.0.0", "Jinja2",