From d8b45611e478eb5f94c74af2c6ce2f1c2c9ffcde Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 2 Aug 2025 19:06:18 +0200 Subject: [PATCH] Leaner dev dependencies Remove dependencies that seem "nice to have" but are not explicitly used by the build process or CI. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da0d7b3291..4cf1daf1df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,6 @@ dev = [ "pre-commit", "pytest", "pytest-cov", - "pytest-dependency", - "Pygments", "ruff", "tomli", "twine" @@ -53,7 +51,6 @@ types = [ "mypy", "pytest", "pytest-cov", - "pytest-dependency", ] [project.scripts]