فهرست منبع

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',