Files
plugins/commando/requirements.txt
Vincenzo Palazzo 4b3ff33576 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>
2022-04-12 09:35:43 +02:00

3 lines
31 B
Plaintext

runes>=0.4
pyln-client>=0.10.1