feat: update to lnbits 1.0.0

This commit is contained in:
dni ⚡ 2024-09-13 15:41:27 +02:00
commit 2095f86618
No known key found for this signature in database
GPG key ID: D1F416F29AD26E87
3 changed files with 921 additions and 846 deletions

View file

@ -6,7 +6,7 @@ authors = ["Alan Bits <alan@lnbits.com>"]
[tool.poetry.dependencies]
python = "^3.10 | ^3.9"
lnbits = "*"
lnbits = {version = "*", allow-prereleases = true}
[tool.poetry.group.dev.dependencies]
black = "^24.3.0"