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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",