flask_cache

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-08-25 23:29:34 -04:00
parent fd0f10e625
commit 27a52db490
+1 -1
View File
@@ -4,7 +4,7 @@ from scraper import get_coins, get_coin, Coin
from wallets import wallets
from flask import Flask, jsonify, render_template, request
from flask.ext.cache import Cache
from flask_cache import Cache
from flask_sslify import SSLify
import maya