Add referenced requirements.txt

This file is referenced in https://lightning.readthedocs.io/BACKUP.html#backup-plugin-and-remote-nfs-mount, but does not exist, making installation and usage of backup plugin much more tricky.

This commit simply adds the two required packages so that the docs are correct now and the plugin can be more easily installed.
This commit is contained in:
Seth For Privacy
2022-07-29 14:07:01 -04:00
committed by Christian Decker
parent 5f656a1f0f
commit af8bc417ca

2
backup/requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
pyln-client
psutil