aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-08 09:25:54 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-08 09:25:54 +0200
commit3115cf77ae970ca5804eee5d0a2cc32665438659 (patch)
tree6f80f16f06ad787a6111eaf956fbb44cfca10644
parent8c1be8ab3da80f20db9cbb8dad4e19f5290ccf4a (diff)
Missing dependency in the README
-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