parent
2118c8c745
commit
0e0af4d656
4 changed files with 1229 additions and 486 deletions
|
|
@ -3,10 +3,11 @@ name = "lnbits-lnurlp"
|
|||
version = "0.0.0"
|
||||
description = "LNbits, free and open-source Lightning wallet and accounts system."
|
||||
authors = ["Alan Bits <alan@lnbits.com>"]
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10 | ^3.9"
|
||||
lnbits = {version = "*", allow-prereleases = true}
|
||||
python = "~3.12 | ~3.11"
|
||||
lnbits = {version = "1.3.0-rc1", allow-prereleases = true}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^24.3.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue