add a missing dependency for the crawler tool

This commit is contained in:
Sven Czarnian
2021-09-02 09:00:34 +02:00
parent 31150adb9e
commit 1374ad95c9

View File

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