aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-01 17:33:10 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-01 17:33:10 +0200
commitfa2f91ce5985436839aa8029e08acd47f54f150a (patch)
treead8d32ddfb0e12dd5de2f38f8e239b1dbb7ae645 /requirements.txt
parentInternationalization to french in progress. (diff)
downloadnewspipe-fa2f91ce5985436839aa8029e08acd47f54f150a.tar.gz
newspipe-fa2f91ce5985436839aa8029e08acd47f54f150a.tar.bz2
newspipe-fa2f91ce5985436839aa8029e08acd47f54f150a.zip
Added Flask-Babel to the requirements.txt file.
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 5e2efdac..65b5cd41 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,6 +9,7 @@ Flask-SQLAlchemy
Flask-Login
Flask-Principal
Flask-WTF
+Flask-Babel
Flask-Gravatar
WTForms
gevent
bgstack15