From af8bc417ca00c5c19e0d4f77879f69f304e21d08 Mon Sep 17 00:00:00 2001 From: Seth For Privacy Date: Fri, 29 Jul 2022 14:07:01 -0400 Subject: [PATCH] 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. --- backup/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 backup/requirements.txt diff --git a/backup/requirements.txt b/backup/requirements.txt new file mode 100644 index 0000000..7ad6e2c --- /dev/null +++ b/backup/requirements.txt @@ -0,0 +1,2 @@ +pyln-client +psutil