mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-18 21:54:20 +01:00
Add pyln-client requirement to all plugins
This commit is contained in:
committed by
Christian Decker
parent
e426f6738e
commit
e574a717b1
@@ -1,5 +1,5 @@
|
||||
#! /usr/bin/env python3
|
||||
from lightning import Plugin, Millisatoshi, RpcError
|
||||
from pyln.client import Plugin, Millisatoshi, RpcError
|
||||
from collections import defaultdict
|
||||
from functools import wraps
|
||||
from os import path
|
||||
|
||||
1
helpme/requirements.txt
Normal file
1
helpme/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
pyln-client>=0.7.3
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
pylightning==0.0.6
|
||||
pyln-client>=0.7.3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
from lightning import Plugin, Millisatoshi, RpcError
|
||||
from pyln.client import Plugin, Millisatoshi, RpcError
|
||||
import time
|
||||
import uuid
|
||||
|
||||
|
||||
1
rebalance/requirements.txt
Normal file
1
rebalance/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
pyln-client>=0.7.3
|
||||
1
sendinvoiceless/requirements.txt
Normal file
1
sendinvoiceless/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
pyln-client>=0.7.3
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
from lightning import Plugin, Millisatoshi, RpcError
|
||||
from pyln.client import Plugin, Millisatoshi, RpcError
|
||||
from datetime import datetime
|
||||
import time
|
||||
import uuid
|
||||
|
||||
Reference in New Issue
Block a user