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:
Vincenzo Palazzo
2022-04-11 20:27:49 +02:00
committed by Michael Schmoock
parent 9448a06b30
commit 4b3ff33576

View File

@@ -1 +1,2 @@
runes>=0.4
pyln-client>=0.10.1