From 412b0d5d55e4e0e59c78bca96f006147e3c95883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heinz-Alexander=20F=C3=BCtterer?= <35225576+afuetterer@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:01:10 +0100 Subject: [PATCH] chore: remove obsolete test dependencies --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db5f9b43..2d985ee9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,8 +64,6 @@ spacy = [ "spacy>=3.0.1", ] test = [ - "black>=19.3b0", - "flake8>=3.6.0", "pre-commit>=2.2.0", "pytest-cov>=2.6.1", "pytest>=5.4.3",