From 6691cd0df90dc825701b5347f2e2b4ac979f23fa Mon Sep 17 00:00:00 2001 From: ludeeus Date: Tue, 23 Jul 2019 11:18:47 +0200 Subject: [PATCH] adds requirements.txt --- README.md | 1 + requirements.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 8d70f32..316c6c6 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ File | Purpose `info.md` | An example on a info file (used by [hacs][hacs]). `LICENSE` | The license file for the project. `README.md` | The file you are reading now, should contain info about the integration, installation and configuration instructions. +`requirements.txt` | Python packages used by this integration. *** README content if this was a published component: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7019fc7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +integrationhelper +sampleclient \ No newline at end of file