From d642800dc3c433ea60f0c89381cd5dcdc292a76b Mon Sep 17 00:00:00 2001 From: anil-tegala Date: Wed, 19 Apr 2023 20:39:54 +0530 Subject: [PATCH] added kafka-python to dependencies list Signed-off-by: anil-tegala --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9acadf260..946c1bec0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,5 @@ tip-wlan-cloud xlsxwriter tabulate pdfkit -matplotlib \ No newline at end of file +matplotlib +kafka-python \ No newline at end of file