aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-27 07:25:37 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-27 07:25:37 +0200
commit9b8725a66e96836d776192a123fc9580e9f5dcce (patch)
tree94f39db3ae04c650deef7f54f13e2637ff5a2aa5 /requirements.txt
parentUpdated bootstrap to version 3.2.0. (diff)
downloadnewspipe-9b8725a66e96836d776192a123fc9580e9f5dcce.tar.gz
newspipe-9b8725a66e96836d776192a123fc9580e9f5dcce.tar.bz2
newspipe-9b8725a66e96836d776192a123fc9580e9f5dcce.zip
Forcing SSL with Flask-SSLify on Heroku.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index a486c593..df37a92d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,6 +13,7 @@ Flask-WTF
Flask-RESTful
Flask-Babel
Flask-Gravatar
+Flask-SSLify
WTForms
python-postmark
gevent
bgstack15