diff --git a/setup.py b/setup.py index 799aa2b3e3c21ba5fbb3877ed2748b3b44cb59bf..d276de5831a06dc01ca897318b7c8789cf2105f6 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setup( 'Topic :: Scientific/Engineering :: Artificial Intelligence', ], install_requires=[ + 'tabulate', 'requests', 'numpy', 'nltk',