Skip to content

Commit

Permalink
Merge pull request #140 from ruecarlo/ecs-update-flask-version
Browse files Browse the repository at this point in the history
ECS Flask application upgraded
  • Loading branch information
ruecarlo authored Feb 22, 2021
2 parents 6682f3a + 0547ea7 commit a57ea0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workshops/ecs-spot-capacity-providers/webapp/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from flask import Flask, render_template
from flask.ext.cors import CORS, cross_origin
from flask_cors import CORS, cross_origin
import os
import requests
import json
Expand Down
4 changes: 2 additions & 2 deletions workshops/ecs-spot-capacity-providers/webapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==0.10.1
Flask-Cors==1.10.2
Flask==1.1.2
Flask-Cors
requests
signals
ec2-metadata
Expand Down

0 comments on commit a57ea0d

Please sign in to comment.