mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
commando: fixes requirements.txt for a plugin
In a clean machine a new user will endup with the following exception
```
Traceback (most recent call last):
File "/home/lightning/.lightning/plugins/commando.py", line 22, in <module>
from pyln.client import Plugin, RpcError # type: ignore
ModuleNotFoundError: No module named 'pyln'
```
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Michael Schmoock
parent
9448a06b30
commit
4b3ff33576
@@ -1 +1,2 @@
|
||||
runes>=0.4
|
||||
pyln-client>=0.10.1
|
||||
|
||||
Reference in New Issue
Block a user