diff options
author | Wichert Akkerman <wichert@wiggy.net> | 2014-08-26 11:48:32 +0200 |
---|---|---|
committer | Wichert Akkerman <wichert@wiggy.net> | 2014-08-26 11:48:32 +0200 |
commit | 0a06db83aefdb8ad9da35ddfbef934bf1a514b0c (patch) | |
tree | be6b0e21aaccdd2d7cef3078fc076acb19190995 /setup.py | |
parent | 5fbd12cce96df6eecd4a513d74b1244a0a49e99d (diff) | |
download | external_python_mako-0a06db83aefdb8ad9da35ddfbef934bf1a514b0c.tar.gz external_python_mako-0a06db83aefdb8ad9da35ddfbef934bf1a514b0c.tar.bz2 external_python_mako-0a06db83aefdb8ad9da35ddfbef934bf1a514b0c.zip |
Require lingua for tests.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |