mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
pyln: Reduce dependency strictness for pyln-testing
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
__version__ = "0.12.0"
|
__version__ = "0.12.0.post1"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"__version__",
|
"__version__",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyln-testing"
|
name = "pyln-testing"
|
||||||
version = "0.11.1"
|
version = "0.12.0.post1"
|
||||||
description = "Test your Core Lightning integration, plugins or whatever you want"
|
description = "Test your Core Lightning integration, plugins or whatever you want"
|
||||||
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
||||||
license = "BSD-MIT"
|
license = "BSD-MIT"
|
||||||
@@ -21,8 +21,8 @@ pyln-client = "^0.11"
|
|||||||
Flask = "^2.0.3"
|
Flask = "^2.0.3"
|
||||||
cheroot = "^8.6.0"
|
cheroot = "^8.6.0"
|
||||||
psutil = "^5.9.0"
|
psutil = "^5.9.0"
|
||||||
grpcio = "^1.49.0"
|
grpcio = ">=1.47"
|
||||||
protobuf = "^4.21.6"
|
protobuf = ">=3"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
pyln-client = { path = "../pyln-client", develop = true}
|
pyln-client = { path = "../pyln-client", develop = true}
|
||||||
|
|||||||
Reference in New Issue
Block a user