core-lightning/tests/requirements.txt
Christian Decker 96a22b4003 pytest: Add db_provider and db instances for configurable backends
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>
2019-09-22 02:03:43 +00:00

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