diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..0376b884b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# We track the owners and maintainers of plugins in this file. +prometheus/ @cdecker \ No newline at end of file diff --git a/prometheus/requirements.txt b/prometheus/requirements.txt deleted file mode 100644 index 5c75b5b1c..000000000 --- a/prometheus/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -prometheus-client==0.6.0 -pyln-client~=0.9.3