Преглед изворни кода

add a missing dependency for the crawler tool

Sven Czarnian пре 3 година
родитељ
комит
1374ad95c9
1 измењених фајлова са 1 додато и 0 уклоњено
  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',