mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
96a22b4003
We will soon have a postgres backend as well, so we need a way to control the postgres process and to provision DBs to the nodes. The two interfaces are the dsn that we pass to the node, and the python query interface needed to query from tests. Signed-off-by: Christian Decker <decker.christian@gmail.com>
14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
flake8==3.7.8
|
|
pytest==5.0.1
|
|
Flask==1.1.1
|
|
cheroot==6.5.5
|
|
ephemeral-port-reserve==1.1.1
|
|
flaky==3.6.0
|
|
pytest-benchmark==3.2.2
|
|
pytest-forked==1.0.2
|
|
pytest-xdist==1.29.0
|
|
python-bitcoinlib==0.10.1
|
|
tqdm==4.32.2
|
|
pytest-timeout==1.3.3
|
|
psycopg2==2.8.3
|