add the REST-API dependencies

This commit is contained in:
Sven Czarnian
2021-11-15 17:29:35 +01:00
parent 7452eb595d
commit 2d3384f0aa

View File

@@ -97,6 +97,7 @@ setup(
'protobuf',
'pyzmq',
'scipy',
'setuptools'
'setuptools',
'flask'
]
)