Selaa lähdekoodia

add the REST-API dependencies

Sven Czarnian 3 vuotta sitten
vanhempi
commit
2d3384f0aa
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      setup.py

+ 2 - 1
setup.py

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