From c3f404b9b55c4c1063f5899b4181506331c40eef Mon Sep 17 00:00:00 2001 From: Pavan Mandava Date: Tue, 21 Jan 2020 11:43:26 +0100 Subject: [PATCH] Updated Requirements file --- .gitignore | 1 + requirements.txt | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 872c981..5d2709c 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,4 @@ dmypy.json .pyre/ .idea +*.mwb \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index efc90af..05a4055 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,7 @@ google-cloud-translate==2.0.0 google-cloud-storage==1.19.1 mysql-connector-python==8.0.19 pandas -xmlschema \ No newline at end of file +xmlschema +numpy +jellyfish +nltk \ No newline at end of file