Skip to content
Snippets Groups Projects
Commit 27f0e29c authored by imcovangent's avatar imcovangent
Browse files

Added Flask to installation requirements for interactive VISTOMS.

Former-commit-id: 6ab33242077cba54374e5e0d332bb561a4683697
parent 68c38f8f
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,5 @@ matlab ...@@ -7,4 +7,5 @@ matlab
networkx>=2.0 networkx>=2.0
numpy numpy
progressbar2 progressbar2
deap deap
\ No newline at end of file Flask
\ No newline at end of file
...@@ -37,7 +37,8 @@ setup(name='kadmos', ...@@ -37,7 +37,8 @@ setup(name='kadmos',
'networkx>=2.0', 'networkx>=2.0',
'numpy', 'numpy',
'progressbar2', 'progressbar2',
'deap' 'deap',
'Flask'
], ],
include_package_data=True, include_package_data=True,
zip_safe=False) zip_safe=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment