8000 Upgrade Flask to 0.12.4 (fixes bug) by epwalsh · Pull Request #1694 · allenai/allennlp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Upgrade Flask to 0.12.4 (fixes bug) #1694

Merged
merged 3 commits into from
Aug 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ awscli>=1.11.91,<=1.15.85
boto3==1.7.80

# REST interface for models
flask==0.12.3
flask==0.12.4
flask-cors==3.0.3
gevent==1.3.5

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
'awscli>=1.11.91,<=1.15.85',
'boto3==1.7.80',
'moto==1.3.4',
'flask==0.12.3',
'flask==0.12.4',
'flask-cors==3.0.3',
'gevent==1.3.5',
'requests>=2.18',
Expand Down
0