extend the external dependencies

This commit is contained in:
Sven Czarnian
2021-08-30 21:56:00 +02:00
parent 1d50f0e9af
commit f4fbd6245b

View File

@@ -87,9 +87,11 @@ setup(
install_requires=[ install_requires=[
'argparse', 'argparse',
'configparser', 'configparser',
'numpy',
'protobuf', 'protobuf',
'pyzmq', 'pyzmq',
're', 'scikit-learn',
'scipy',
'setuptools' 'setuptools'
] ]
) )