Skip to content

Commit

Permalink
[AIRFLOW-2418] Bump Flask-WTF
Browse files Browse the repository at this point in the history
Flask-appbuilder needs at least 0.14.2

Closes apache#3313 from Fokko/AIRFLOW-2418
  • Loading branch information
Fokko Driesprong committed May 6, 2018
1 parent b9d3ea0 commit c5ed7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def do_setup():
'flask-caching>=1.3.3, <1.4.0',
'flask-login==0.2.11',
'flask-swagger==0.2.13',
'flask-wtf>=0.14, <0.15',
'flask-wtf>=0.14.2, <0.15',
'funcsigs==1.0.0',
'future>=0.16.0, <0.17',
'gitpython>=2.0.2',
Expand Down

0 comments on commit c5ed7b1

Please sign in to comment.