pyln: Switch to binary psycopg2

This commit is contained in:
Christian Decker
2022-03-01 13:01:55 +01:00
committed by Rusty Russell
parent 60135cf9ba
commit ad22becb26
2 changed files with 63 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ packages = [
python = "^3.7"
pytest = "^7.0.1"
ephemeral-port-reserve = "^1.1.4"
psycopg2 = "^2.9.3"
psycopg2-binary = "^2.9.3"
python-bitcoinlib = "^0.11.0"
jsonschema = "^4.4.0"
pyln-client = { path = "../pyln-client" }