Update pyproject.toml

This commit is contained in:
Tiago Vasconcelos 2025-07-11 09:50:23 +01:00 committed by GitHub
commit d1c14ac199
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@ name = "lnbits-splitpayments"
version = "0.0.0" version = "0.0.0"
description = "LNbits, free and open-source Lightning wallet and accounts system." description = "LNbits, free and open-source Lightning wallet and accounts system."
authors = ["Alan Bits <alan@lnbits.com>"] authors = ["Alan Bits <alan@lnbits.com>"]
package-mode = false
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10 | ^3.9" python = "^3.10 | ^3.9"