Tests: Remove tomli from pyproject.toml

This commit is contained in:
Pragyansh Chaturvedi
2026-04-25 20:15:22 +05:30
parent 9103e44711
commit 3c977fb240

View File

@ -44,7 +44,6 @@ docs = [
test = [ test = [
"pytest>=8.0", "pytest>=8.0",
"pytest-cov>=5.0", "pytest-cov>=5.0",
"tomli>=2.0; python_version < '3.11'",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]