Explicitly add Flask as dependancy (#3252)

This commit is contained in:
Fokko Driesprong 2017-08-09 18:09:02 +02:00 committed by Maxime Beauchemin
parent be01851ef7
commit 6da68ab271
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ setup(
'celery==3.1.25',
'colorama==0.3.9',
'cryptography==1.9',
'flask==0.12.2',
'flask-appbuilder==1.9.1',
'flask-cache==0.13.1',
'flask-migrate==2.0.3',