mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-07 16:14:26 +01:00
pyln: results of make update-pyln-versions NEW_VERSION=0.12.0
But I had to make the pyln-proto requirement of pyln-client less strict. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
0514269f48
commit
7c2c100145
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "pyln-client"
|
||||
version = "0.11.1"
|
||||
version = "0.12.0"
|
||||
description = "Client library and plugin library for Core Lightning"
|
||||
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
||||
license = "BSD-MIT"
|
||||
@@ -13,7 +13,7 @@ packages = [
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
pyln-bolt7 = "^1.0"
|
||||
pyln-proto = "^0.11"
|
||||
pyln-proto = ">=0.12"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^7.0.1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "pyln-proto"
|
||||
version = "0.11.1"
|
||||
version = "0.12.0"
|
||||
description = "This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!)."
|
||||
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
||||
license = "BSD-MIT"
|
||||
|
||||
Reference in New Issue
Block a user