Add pyln-client requirement to all plugins

This commit is contained in:
darosior
2019-12-25 18:28:10 +01:00
committed by Christian Decker
parent e426f6738e
commit e574a717b1
8 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from lightning import Plugin, RpcError
from pyln.client import Plugin, RpcError
from threading import Timer
import os
import json

View File

@@ -1 +1 @@
pylightning==0.0.6
pyln-client>=0.7.3