From 3c977fb240e4d955422a4b40e3d3fceaf01958c7 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Sat, 25 Apr 2026 20:15:22 +0530 Subject: [PATCH] Tests: Remove tomli from pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 781edfa..7d6cb52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,6 @@ docs = [ test = [ "pytest>=8.0", "pytest-cov>=5.0", - "tomli>=2.0; python_version < '3.11'", ] [tool.setuptools.packages.find]