Skip to content

Commit

Permalink
Flask application updated to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruecarlo committed Feb 22, 2021
1 parent 6682f3a commit 0547ea7
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 0547ea7

Please sign in to comment.