pyln: Reduce dependency strictness for pyln-testing

This commit is contained in:
Christian Decker
2022-09-19 12:28:07 +02:00
parent 248d60d7bd
commit ab95d2718f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.12.0" __version__ = "0.12.0.post1"
__all__ = [ __all__ = [
"__version__", "__version__",

View File

@@ -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}