mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
autopilot: Migrate to poetry
This commit is contained in:
1091
autopilot/poetry.lock
generated
Normal file
1091
autopilot/poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
21
autopilot/pyproject.toml
Normal file
21
autopilot/pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[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"
|
||||
@@ -1,4 +0,0 @@
|
||||
dnspython>=1.16.0
|
||||
networkx>=2.4
|
||||
numpy>=1.16
|
||||
pyln-client>=0.7.3
|
||||
@@ -9,7 +9,7 @@ plugin_opt = {'plugin': plugin_path}
|
||||
|
||||
|
||||
def test_starts(node_factory):
|
||||
l1 = node_factory.get_node()
|
||||
l1 = node_factory.get_node(allow_broken_log=True)
|
||||
# Test dynamically
|
||||
l1.rpc.plugin_start(plugin_path)
|
||||
l1.rpc.plugin_stop(plugin_path)
|
||||
|
||||
Reference in New Issue
Block a user