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

22 lines
479 B
TOML

[tool.poetry]
name = "cln-autopilot"
version = "0.1.0"
description = "Automatically manage lightning channels (OUTDATED)"
authors = ["Rene Pickhardt <@renepickhardt>"]
[tool.poetry.dependencies]
python = "^3.8"
networkx = ">=2.4"
pyln-client = "0.10.1"
dnspython = "^2.2.0"
numpy = "^1.22.2"
[tool.poetry.dev-dependencies]
pyln-testing = "0.10.1"
Flask = "^1.1.0"
MarkupSafe = "2.0.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"