From 1374ad95c966e79dfd253d0dc3238b25a71dafba Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Thu, 2 Sep 2021 09:00:34 +0200 Subject: [PATCH] add a missing dependency for the crawler tool --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 78258ad..4133ad4 100644 --- a/setup.py +++ b/setup.py @@ -88,6 +88,7 @@ setup( cmdclass = { 'clean': clean, 'build_py': build_py }, install_requires=[ 'argparse', + 'bs4', 'configparser', 'numpy', 'protobuf',