pyln: Remove two more occurences of non-None default args

This commit is contained in:
Christian Decker
2022-03-18 13:01:17 +01:00
committed by Rusty Russell
parent ac322e1e5b
commit fdd7c6b192
2 changed files with 11 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ ephemeral-port-reserve = "^1.1.4"
psycopg2-binary = "^2.9.3"
python-bitcoinlib = "^0.11.0"
jsonschema = "^4.4.0"
pyln-client = { path = "../pyln-client" }
pyln-client = "^0.10.2"
Flask = "^2.0.3"
cheroot = "^8.6.0"
psutil = "^5.9.0"