From f500fac64b50b2115e3891b8412dee15462e4569 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 May 2024 10:00:01 +0300 Subject: [PATCH] pyproject.toml: remove scalene from dev deps --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 120cc93..2b47a98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,6 @@ dev-dependencies = [ "csvkit>=1.4.0", "ipython>=8.22.1", "fixit>=2.1.0", - "scalene>=1.5.35", ] # So hatch doesn't try to build other top-level directories like "data"