reqirements: switch to pyln-client 0.12 for backup, drain, feeadj, rebalance and summary

This is required as newer versions of cln (>=0.12) use non numeric json
rpc IDs.
This commit is contained in:
Michael Schmoock
2022-09-28 13:32:16 +02:00
parent 2810f4d032
commit 4d3560b129
5 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
pyln-client
pyln-client>=0.12
psutil

View File

@@ -1,2 +1,2 @@
pyln-client>=0.8.2
pyln-client>=0.12
semver==2.*

View File

@@ -1,2 +1,2 @@
pyln-client>=0.8.2
pyln-client>=0.12
semver==2.*

View File

@@ -1,2 +1,2 @@
pyln-client>=0.10.1
pyln-client>=0.12
semver==2.*

View File

@@ -1,4 +1,4 @@
pyln-client>=0.7.3
pyln-client>=0.12
requests>=2.10.0
requests[socks]>=2.10.0
packaging>=14.1