diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-01 17:33:10 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-01 17:33:10 +0200 |
commit | fa2f91ce5985436839aa8029e08acd47f54f150a (patch) | |
tree | ad8d32ddfb0e12dd5de2f38f8e239b1dbb7ae645 | |
parent | Internationalization to french in progress. (diff) | |
download | newspipe-fa2f91ce5985436839aa8029e08acd47f54f150a.tar.gz newspipe-fa2f91ce5985436839aa8029e08acd47f54f150a.tar.bz2 newspipe-fa2f91ce5985436839aa8029e08acd47f54f150a.zip |
Added Flask-Babel to the requirements.txt file.
-rw-r--r-- | requirements.txt | 1 |
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 |