mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-17 13:06:36 +02:00
We had them split according the separate use-cases: - testing - doc-gen - wire-gen But that was causing new contributors to miss some dependencies when they first got hacking. So this consolidates all of our own dependencies in a root requirements.txt, with the notable exception of `pyln-client`, `pyln-testing` and `pyln-proto` which are distributed as PyPI modules and therefore have their own dependencies that need to be tracked in the module root. Closes #3518 |
||
|---|---|---|
| .. | ||
| data | ||
| plugins | ||
| vectors | ||
| benchmark.py | ||
| conftest.py | ||
| db.py | ||
| fixtures.py | ||
| test_closing.py | ||
| test_connection.py | ||
| test_db.py | ||
| test_gossip.py | ||
| test_invoices.py | ||
| test_misc.py | ||
| test_onion.py | ||
| test_pay.py | ||
| test_plugin.py | ||
| test_wallet.py | ||
| utils.py | ||