Skip to content

Commit 46f28a8

Browse files
fmhoegermergify[bot]
authored andcommitted
Fix backup plugin
Update required Python version Update pyln and other packages Update README
1 parent dce6e1c commit 46f28a8

16 files changed

+1370
-1091
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Community curated plugins for Core-Lightning.
88

99
| Name | Short description |
1010
| ------------------------------------ | ------------------------------------------------------------------------------------------- |
11+
| [backup][backup] | A simple and reliable backup plugin |
1112
| [boltz-channel-creation][boltz] | A Core-Lightning plugin for Boltz Channel Creation Swaps |
1213
| [btcli4j][btcli4j] | A Bitcoin Backend to enable safely the pruning mode, and support also rest APIs. |
1314
| [circular][circular] | A smart rebalancing plugin for Core Lightning routing nodes |
@@ -49,7 +50,6 @@ If you like a plugin from that list, feel free to update and fix it, so we can u
4950
| Name | Short description |
5051
| ------------------------------------ | ------------------------------------------------------------------------------------------- |
5152
| [autopilot][autopilot] | An autopilot that suggests channels that should be established |
52-
| [backup][backup] | A simple and reliable backup plugin |
5353
| [commando][commando] | This plugin allows to send commands between nodes |
5454
| [drain][drain] | Draining, filling and balancing channels with automatic chunks. |
5555
| [helpme][helpme] | This plugin is designed to walk you through setting up a fresh Core-Lightning node |

archived/backup/poetry.lock

Lines changed: 0 additions & 1083 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

backup/poetry.lock

Lines changed: 1361 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

archived/backup/pyproject.toml renamed to backup/pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@ description = "Keep your Core-Lightning node save by backing it up, in real-time
55
authors = ["Christian Decker <decker@blockstream.com>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.7"
9-
pyln-client = "0.12.1"
8+
python = "^3.8"
9+
pyln-client = "^23.11"
1010
click = "^8.0.4"
1111
tqdm = "^4.62.3"
12-
psutil = "5.9.4"
13-
flask = "2.2.2"
12+
psutil = "^5.9.4"
13+
flask = "^2.2"
14+
werkzeug = "<3"
1415

1516
[tool.poetry.group.dev.dependencies]
16-
pyln-testing = "0.12.1"
17+
pyln-testing = "^23.11"
1718
flaky = "^3.7.0"
18-
pytest-timeout = "^2.1.0"
19+
pytest-timeout = "^2.2.0"
1920
pytest-xdist = "^3.1.0"
2021

2122
[build-system]
22-
requires = ["poetry-core>=1.0.0"]
23+
requires = ["poetry-core"]
2324
build-backend = "poetry.core.masonry.api"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)