mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-17 13:07:22 +02:00
feeadjuster: upgrade min version of python to 3.10 and pyln packages to v25.9
This commit is contained in:
parent
4949e1aa76
commit
c8c1c898ec
2 changed files with 510 additions and 778 deletions
|
|
@ -3,16 +3,16 @@ name = "feeadjuster"
|
|||
version = "0.1.0"
|
||||
description = "Dynamically adjusts fees according to channel balances"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9.2"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
dependencies = ["pyln-client>=24.11"]
|
||||
dependencies = ["pyln-client>=25.9.3"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=7.4,<9",
|
||||
"pytest-xdist>=3.7,<4",
|
||||
"pytest-timeout>=2.4,<3",
|
||||
"pyln-testing>=24.11.1",
|
||||
"pyln-client>=24.11.1",
|
||||
"pyln-proto>=24.11.1",
|
||||
"pyln-testing>=25.9.3",
|
||||
"pyln-client>=25.9.3",
|
||||
"pyln-proto>=25.9.3",
|
||||
]
|
||||
|
|
|
|||
1278
feeadjuster/uv.lock
generated
1278
feeadjuster/uv.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue