From 8ed5a973fcf3df8c39f869b99c0f783cfb9be939 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 25 Dec 2023 08:54:46 +0300 Subject: [PATCH] nodep --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93fab90..99edf96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ ruff = { version = "^0.1.8", python = ">=3.12" } mypy = { version = "^1.7", python = ">=3.12" } isort = "^5.13.2" pyright = "^1.1.341" -gprof2dot = "^2022.7.29" [tool.black] line-length = 120