aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@wiggy.net>2014-08-26 11:48:32 +0200
committerWichert Akkerman <wichert@wiggy.net>2014-08-26 11:48:32 +0200
commit0a06db83aefdb8ad9da35ddfbef934bf1a514b0c (patch)
treebe6b0e21aaccdd2d7cef3078fc076acb19190995
parent5fbd12cce96df6eecd4a513d74b1244a0a49e99d (diff)
downloadexternal_python_mako-0a06db83aefdb8ad9da35ddfbef934bf1a514b0c.tar.gz
external_python_mako-0a06db83aefdb8ad9da35ddfbef934bf1a514b0c.tar.bz2
external_python_mako-0a06db83aefdb8ad9da35ddfbef934bf1a514b0c.zip
Require lingua for tests.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 93f861a..11dbb14 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ setup(name='Mako',
url='http://www.makotemplates.org/',
license='MIT',
packages=find_packages('.', exclude=['examples*', 'test*']),
- tests_require=['nose >= 0.11', 'mock', 'Babel'],
+ tests_require=['nose >= 0.11', 'mock', 'Babel', 'lingua'],
test_suite="nose.collector",
zip_safe=False,
install_requires=install_requires,