add a missing dependency for the crawler tool

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

Näytä tiedosto

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