From 9a546d0bba8d8e0088576f455f5ed19947d64a61 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Thu, 26 Dec 2024 15:49:16 +0100 Subject: [PATCH] feat: add debugpy --- pyproject.toml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 407d4dc7..06cdab66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,17 +43,11 @@ Tracker = "https://github.com/fredrikaverpil/creosote/issues" creosote = "creosote.cli:main" [dependency-groups] -lint = [ "ruff>=0.7.4" ] -typing = [ - "loguru-mypy>=0.0.4", - "mypy>=1.14.0", -] -test = [ - "pytest-mock>=3.14.0", - "pytest>=8.3.4", - "coverage>=7.6.1", -] -lsp = [ "basedpyright>=1.23.1" ] +lint = ["ruff>=0.7.4"] +typing = ["loguru-mypy>=0.0.4", "mypy>=1.14.0"] +test = ["pytest-mock>=3.14.0", "pytest>=8.3.4", "coverage>=7.6.1"] +lsp = ["basedpyright>=1.23.1"] +dap = ["debugpy>=1.8.11"] [tool.ruff] src = ["src", "tests"]