Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Upgrade flask to remove werkzeug warning. (#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmmd committed Nov 29, 2018
1 parent 240974f commit 92c71a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -47,8 +47,8 @@ awscli>=1.11.91
boto3

# REST interface for models
flask==0.12.4
flask-cors==3.0.3
flask==1.0.2
flask-cors==3.0.7
gevent==1.3.6

# Used by semantic parsing code to strip diacritics from unicode strings.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -112,8 +112,8 @@
'awscli>=1.11.91',
'boto3',
'moto==1.3.4',
'flask==0.12.4',
'flask-cors==3.0.3',
'flask==1.0.2',
'flask-cors==3.0.6',
'gevent==1.3.6',
'requests>=2.18',
'tqdm>=4.19',
Expand Down

0 comments on commit 92c71a1

Please sign in to comment.