aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-24 07:45:28 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-24 07:45:28 +0200
commitd74767f4ef512af859c38c543380bc7545211cc6 (patch)
tree105a5e8c5270ca7d871faf76f7105a09865d5d17 /requirements.txt
parentUpdated /management template. (diff)
downloadnewspipe-d74767f4ef512af859c38c543380bc7545211cc6.tar.gz
newspipe-d74767f4ef512af859c38c543380bc7545211cc6.tar.bz2
newspipe-d74767f4ef512af859c38c543380bc7545211cc6.zip
Added avatar to the profile section.
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 72619aa7..f9b62eaa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,6 +10,7 @@ Flask-Login
Flask-Principal
Flask-WTF
Flask-Mail
+Flask-Gravatar
WTForms
gevent
whoosh
bgstack15