summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 8bcc251..104b40a 100644
--- a/README.rst
+++ b/README.rst
@@ -36,12 +36,14 @@ dependencies:
* xapian_
* `ruamel.yaml <https://bitbucket.org/ruamel/yaml>`_
* `jinja2 <http://jinja.pocoo.org/>`_
+* `dateutil <https://dateutil.readthedocs.io/>`_
* `GitPython <https://github.com/gitpython-developers/GitPython>`_
optional, to add git support.
Under debian (and derivatives), the packages to install are::
- apt install python3-jinja2 python3-ruamel.yaml python3-xapian python3-git
+ apt install python3-jinja2 python3-ruamel.yaml python3-xapian \
+ python3-dateutil python3-git
lesana can be run in place from the git checkout / extracted tarball; to
use ``setup.py`` you will also need setuptools (e.g. from the