summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-01-22 00:15:23 +0100
committerasciimoo <asciimoo@gmail.com>2014-01-22 00:15:23 +0100
commit598535b24a8f2ce290dfda9842fb063e41c4770e (patch)
treed6b2e0a05a2be03eee4118c31cfe695c7f03dcef /setup.py
parent7295df30e14245abf90416363d9f47cc56c1c93d (diff)
[mod] ui localization init - new dependency: flask-babel
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ed18cd99..64c317a9 100644
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,7 @@ setup(
zip_safe=False,
install_requires=[
'flask',
+ 'flask-babel',
'grequests',
'lxml',
'pyyaml',