mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
meta: Add development requirements where missing
We're about to start testing in isolation, so better make sure that each plugin can be tested in isolation.
This commit is contained in:
1
backup/requirements-dev.txt
Normal file
1
backup/requirements-dev.txt
Normal file
@@ -0,0 +1 @@
|
||||
pyln-testing ~= 0.9.2
|
||||
@@ -2,3 +2,4 @@ Click==7.0
|
||||
flaky>=3.6.1
|
||||
tqdm>=4.45
|
||||
psutil>=5
|
||||
pyln-client ~= 0.9.2
|
||||
|
||||
1
donations/requirements-dev.txt
Normal file
1
donations/requirements-dev.txt
Normal file
@@ -0,0 +1 @@
|
||||
pyln-testing ~= 0.9.2
|
||||
1
drain/requirements-dev.txt
Normal file
1
drain/requirements-dev.txt
Normal file
@@ -0,0 +1 @@
|
||||
flaky==3.7.0
|
||||
1
helpme/requirements-dev.txt
Normal file
1
helpme/requirements-dev.txt
Normal file
@@ -0,0 +1 @@
|
||||
pyln-testing ~= 0.9.2
|
||||
1
noise/requirements-dev.txt
Normal file
1
noise/requirements-dev.txt
Normal file
@@ -0,0 +1 @@
|
||||
flaky ~= 3.7.0
|
||||
@@ -1,5 +1,5 @@
|
||||
python-dotenv>=0.13.0
|
||||
flask
|
||||
flask==1.1.1
|
||||
flask-limiter
|
||||
tornado
|
||||
pyln-client
|
||||
|
||||
Reference in New Issue
Block a user