Browse Source

add a missing dependency for the crawler tool

Sven Czarnian 3 năm trước cách đây
mục cha
commit
1374ad95c9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -88,6 +88,7 @@ setup(
     cmdclass = { 'clean': clean, 'build_py': build_py },
     install_requires=[
         'argparse',
+        'bs4',
         'configparser',
         'numpy',
         'protobuf',