Update pyproject.toml

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Anish Agrawal
2026-04-12 12:26:12 +05:30
committed by GitHub
parent c277b19ee8
commit 0f6d06d779

View File

@@ -24,15 +24,14 @@ dependencies = [
] ]
[project.optional-dependencies] [project.optional-dependencies]
dev = [
dev = [ dev = [
"pytest>=8.0", "pytest>=8.0",
"pytest-asyncio>=0.23", "pytest-asyncio>=0.23",
"pytest-cov>=4.1", "pytest-cov>=4.1",
"ruff>=0.4", "ruff>=0.4",
"mypy>=1.10", "mypy>=1.10",
"ruff>=0.4",
] ]
test = [
"pytest>=8.0", "pytest>=8.0",
"pytest-asyncio>=0.23", "pytest-asyncio>=0.23",
"pytest-cov>=4.1", "pytest-cov>=4.1",