-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update required Python version Update pyln and other packages Update README
- Loading branch information
1 parent
dce6e1c
commit 46f28a8
Showing
16 changed files
with
1,370 additions
and
1,091 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,19 +5,20 @@ description = "Keep your Core-Lightning node save by backing it up, in real-time | |
authors = ["Christian Decker <[email protected]>"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.7" | ||
pyln-client = "0.12.1" | ||
python = "^3.8" | ||
pyln-client = "^23.11" | ||
click = "^8.0.4" | ||
tqdm = "^4.62.3" | ||
psutil = "5.9.4" | ||
flask = "2.2.2" | ||
psutil = "^5.9.4" | ||
flask = "^2.2" | ||
werkzeug = "<3" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
pyln-testing = "0.12.1" | ||
pyln-testing = "^23.11" | ||
flaky = "^3.7.0" | ||
pytest-timeout = "^2.1.0" | ||
pytest-timeout = "^2.2.0" | ||
pytest-xdist = "^3.1.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
requires = ["poetry-core"] | ||
build-backend = "poetry.core.masonry.api" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.