chore: update lnurl lib to v0.8.0 (#102)
This commit is contained in:
parent
a242f0e4b6
commit
e48be221b1
12 changed files with 2356 additions and 574 deletions
|
|
@ -1,26 +1,24 @@
|
|||
[tool.poetry]
|
||||
[project]
|
||||
name = "lnbits-lnurlp"
|
||||
version = "0.0.0"
|
||||
requires-python = ">=3.10,<3.13"
|
||||
description = "LNbits, free and open-source Lightning wallet and accounts system."
|
||||
authors = ["Alan Bits <alan@lnbits.com>"]
|
||||
package-mode = false
|
||||
authors = [{ name = "Alan Bits", email = "alan@lnbits.com" }]
|
||||
urls = { Homepage = "https://lnbits.com", Repository = "https://github.com/lnbits/lnbits" }
|
||||
dependencies = [
|
||||
"lnbits>1",
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "~3.12 | ~3.11 | ~3.10"
|
||||
lnbits = {version = "*", allow-prereleases = true}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^24.3.0"
|
||||
pytest-asyncio = "^0.21.0"
|
||||
pytest = "^7.3.2"
|
||||
mypy = "^1.5.1"
|
||||
pre-commit = "^3.2.2"
|
||||
ruff = "^0.3.2"
|
||||
types-cffi = "^1.16.0.20240331"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
[tool.uv]
|
||||
dev-dependencies = [
|
||||
"black>=24.3.0",
|
||||
"pytest-asyncio>=0.21.0",
|
||||
"pytest>=7.3.2",
|
||||
"mypy>=1.5.1",
|
||||
"pre-commit>=3.2.2",
|
||||
"ruff>=0.3.2",
|
||||
"types-cffi>=1.16.0.20240331",
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
# exclude = "(nostr/*)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue