From 0f6d06d779be599b65f824981bb3bfe0152774a7 Mon Sep 17 00:00:00 2001 From: Anish Agrawal <103357921+Anish29801@users.noreply.github.com> Date: Sun, 12 Apr 2026 12:26:12 +0530 Subject: [PATCH] Update pyproject.toml Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34778aef..7061fb3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,15 +24,14 @@ dependencies = [ ] [project.optional-dependencies] +dev = [ dev = [ "pytest>=8.0", "pytest-asyncio>=0.23", "pytest-cov>=4.1", "ruff>=0.4", "mypy>=1.10", - "ruff>=0.4", ] -test = [ "pytest>=8.0", "pytest-asyncio>=0.23", "pytest-cov>=4.1",