diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-18 13:19:50 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-18 13:19:50 +0100 |
commit | 337bd6d907503176eb94290c3f386ce88167dea8 (patch) | |
tree | 384625d82b868329252f549992aee4f64d8a2566 /setup.py | |
parent | fd86bf8189683aee72b934c8dd7544aa362a0728 (diff) | |
download | searxng-337bd6d907503176eb94290c3f386ce88167dea8.tar.gz searxng-337bd6d907503176eb94290c3f386ce88167dea8.zip |
simplify datetime extraction
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ setup( 'lxml', 'pyyaml', 'setuptools', + 'python-dateutil', ], extras_require={ 'test': [ |