From a95ebdee22bd7f2137b054c79d199d64b13d922e Mon Sep 17 00:00:00 2001 From: zhuqi <zqwerty@users.noreply.github.com> Date: Mon, 29 Nov 2021 16:03:02 +0800 Subject: [PATCH] Update setup.py: add tabulate pkg --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 799aa2b3..d276de58 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setup( 'Topic :: Scientific/Engineering :: Artificial Intelligence', ], install_requires=[ + 'tabulate', 'requests', 'numpy', 'nltk', -- GitLab