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