From de132971c95a8a39f3f066224b5d4d452441a01e Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 12 Feb 2025 09:48:34 -0600 Subject: [PATCH] pyproject: add a section for dev dependencies --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f5fcb602..6d0d765b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,11 @@ fortran = [ "f2py @ git+https://github.com/pearu/f2py.git", "ply>=3.6", ] +dev = [ + "mypy", + "types-colorama", + "types-Pygments", +] [tool.hatch.metadata] allow-direct-references = true -- GitLab