downgrade pyln from 0.12.0 to 0.11.1 (#1021)

This commit is contained in:
calle
2022-09-30 13:55:46 +02:00
committed by GitHub
parent b2a26b0a7a
commit 4ad3c84152
2 changed files with 29 additions and 9 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ cffi = "1.15.0"
websocket-client = "1.3.3"
grpcio = "^1.49.1"
protobuf = "^4.21.6"
pyln-client = "^0.12.0"
pyln-client = "0.11.1"
[tool.poetry.dev-dependencies]
isort = "^5.10.1"