Fix flask<1.0.0

Made a mistake originally, meant to flask<1.0.0
This commit is contained in:
Maxime Beauchemin 2018-05-16 18:37:07 -05:00
parent e72c9cded3
commit 2ba929ac9e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ setup(
'celery',
'colorama',
'cryptography',
'flask<=1.0.0',
'flask<1.0.0',
'flask-appbuilder',
'flask-caching',
'flask-compress',