Skip to content

Commit b61a040

Browse files
fix: uv dev dependency depreaction
1 parent 5a22cdc commit b61a040

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = [{ name = "Alan Bits", email = "alan@lnbits.com" }]
77
urls = { Homepage = "https://lnbits.com", Repository = "https://github.com/lnbits/tpos" }
88
dependencies = [ "lnbits>1" ]
99

10-
[tool.uv]
11-
dev-dependencies = [
10+
[dependency-groups]
11+
dev = [
1212
"black",
1313
"pytest-asyncio",
1414
"pytest",

0 commit comments

Comments
 (0)