Files
plugins/archive/donations/pyproject.toml
Chris Guida 3754a9e0f8 Demote autopilot, backup, donations, drain, helpme, historian, paytest, probe, prometheus, rebalance, and summary to the archive
drain: fix drain msats
drain: failing CI because of msats
historian: add inotify to historian deps
historian: update lockfile
2024-02-06 20:29:25 +00:00

24 lines
484 B
TOML

[tool.poetry]
name = "cln-plugins-donations"
version = "0.1.0"
description = ""
authors = ["Christian Decker <decker.christian@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
qrcode = "6.1"
flask = "2.0.3"
pyln-client = "0.12.1"
flask-bootstrap = "^3.3.7.1"
flask-wtf = "0.15.1"
wtforms = "2.3.3"
[tool.poetry.dev-dependencies]
pyln-testing = "0.12.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"