From a53c333bd52dcb523ba5e4fa0230f4c5d2d4eb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20F=2E=20D=C3=BCllmann?= Date: Wed, 3 Jun 2020 11:49:42 +0200 Subject: [PATCH] Completed requirements.txt for http plugin. --- http/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/requirements.txt b/http/requirements.txt index 0bbc712..38bb230 100644 --- a/http/requirements.txt +++ b/http/requirements.txt @@ -1,2 +1,3 @@ flask -flask_api \ No newline at end of file +flask_api +requests