diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:15:23 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:15:23 +0100 |
commit | 598535b24a8f2ce290dfda9842fb063e41c4770e (patch) | |
tree | d6b2e0a05a2be03eee4118c31cfe695c7f03dcef /setup.py | |
parent | 7295df30e14245abf90416363d9f47cc56c1c93d (diff) | |
download | searxng-598535b24a8f2ce290dfda9842fb063e41c4770e.tar.gz searxng-598535b24a8f2ce290dfda9842fb063e41c4770e.zip |
[mod] ui localization init - new dependency: flask-babel
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ setup( zip_safe=False, install_requires=[ 'flask', + 'flask-babel', 'grequests', 'lxml', 'pyyaml', |