summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e4f4ecf..d5bf4c3 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,8 @@ setup(name='talerbackoffice',
author_email='stanisci.m@gmail.com',
license='GPL',
packages=find_packages(),
- install_requires=["Flask>=0.10"],
+ install_requires=["Flask>=0.10",
+ "flask_babel"],
tests_require=["nose", "mock",
"beautifulsoup4"],
test_suite="nose.collector",