diff --git a/setup.py b/setup.py
index 20b461495823218eca37a19f9f19a9b07c375620..bb24ca3037a6016759e470fff5764eff9e3e219d 100755
--- a/setup.py
+++ b/setup.py
@@ -33,6 +33,8 @@ setup(
                 'Topic :: Scientific/Engineering :: Artificial Intelligence',
     ],
     install_requires=[
+        'tabulate',
+        'python-Levenshtein',
         'requests',
         'numpy',
         'nltk',