Change dev-dependencies to dependency-groups.dev

This commit is contained in:
mbsantiago 2026-03-25 12:52:08 +00:00
parent a8c5bff67b
commit 6bad018045

View File

@ -51,8 +51,8 @@ build-backend = "hatchling.build"
[project.scripts] [project.scripts]
batdetect2 = "batdetect2.cli:cli" batdetect2 = "batdetect2.cli:cli"
[tool.uv] [dependency-groups]
dev-dependencies = [ dev = [
"debugpy>=1.8.8", "debugpy>=1.8.8",
"hypothesis>=6.118.7", "hypothesis>=6.118.7",
"pyright>=1.1.388", "pyright>=1.1.388",