Files
plugins/backup/pyproject.toml
2022-04-28 12:57:06 +02:00

22 lines
538 B
TOML

[tool.poetry]
name = "cln-backup"
version = "0.1.0"
description = "Keep your c-lightning node save by backing it up, in real-time (allows recovering without channel closures)."
authors = ["Christian Decker <decker@blockstream.com>"]
[tool.poetry.dependencies]
python = "^3.7"
pyln-client = "0.10.1"
click = "^8.0.4"
tqdm = "^4.62.3"
psutil = "5.7.0"
[tool.poetry.dev-dependencies]
pyln-testing = "^0.10.1"
flaky = "^3.7.0"
MarkupSafe = "2.0.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"