py: Update dependencies and relax constraints

We were being very restrictive when describing the dependencies, so let's
relax them a bit.
This commit is contained in:
Christian Decker
2023-06-16 13:46:33 +02:00
committed by Rusty Russell
parent ea7d428579
commit 9f1e1ada2a
5 changed files with 255 additions and 309 deletions

View File

@@ -12,17 +12,17 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
pytest = "^7.0.1"
pytest = "^7"
ephemeral-port-reserve = "^1.1.4"
psycopg2-binary = "^2.9.3"
psycopg2-binary = "^2.9"
python-bitcoinlib = "^0.11.0"
jsonschema = "^4.4.0"
pyln-client = ">=0.12.1"
Flask = "^2.0.3"
cheroot = "^8.6.0"
psutil = "^5.9.0"
grpcio = ">=1.47"
protobuf = ">=3.20.3"
pyln-client = ">=23"
Flask = "^2"
cheroot = "^8"
psutil = "^5.9"
grpcio = "^1"
protobuf = ">=4"
[tool.poetry.dev-dependencies]
pyln-client = { path = "../pyln-client", develop = true}