pdm to uv

This commit is contained in:
John Doty 2025-02-08 07:36:36 -08:00
parent 8135899abf
commit d70f9ab958
4 changed files with 111 additions and 117 deletions

View file

@ -19,6 +19,12 @@ line-length=100
[tool.pdm]
distribution = true
[dependency-groups]
dev = [
"pytest>=8.2.2",
"hypothesis>=6.111.1",
]
[tool.pdm.dev-dependencies]
dev = [
"pytest>=8.2.2",