pdm to uv
This commit is contained in:
parent
8135899abf
commit
d70f9ab958
4 changed files with 111 additions and 117 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue