Files
plugins/autopilot/pyproject.toml
2023-01-01 17:14:05 +01:00

25 lines
560 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.12.1"
dnspython = "^2.2.0"
numpy = "^1.22.2"
[tool.poetry.dev-dependencies]
pyln-testing = "0.12.1"
[tool.poetry.group.dev.dependencies]
pytest-rerunfailures = "^10.3"
pytest-timeout = "^2.1.0"
pytest-xdist = "^3.1.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"