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