mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
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:
committed by
Rusty Russell
parent
ea7d428579
commit
9f1e1ada2a
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user