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:
Christian Decker
2021-01-08 17:49:16 +01:00
parent 35dffbd71b
commit b0784e4ae2
7 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1 @@
pyln-testing ~= 0.9.2

View File

@@ -2,3 +2,4 @@ Click==7.0
flaky>=3.6.1
tqdm>=4.45
psutil>=5
pyln-client ~= 0.9.2

View File

@@ -0,0 +1 @@
pyln-testing ~= 0.9.2

View File

@@ -0,0 +1 @@
flaky==3.7.0

View File

@@ -0,0 +1 @@
pyln-testing ~= 0.9.2

View File

@@ -0,0 +1 @@
flaky ~= 3.7.0

View File

@@ -1,5 +1,5 @@
python-dotenv>=0.13.0
flask
flask==1.1.1
flask-limiter
tornado
pyln-client