add pandoc to dependencies

This commit is contained in:
J Dorn 2024-11-18 17:18:21 +01:00
parent ccaf0577ca
commit d90bfe9222

View File

@ -7,6 +7,7 @@ Dependencies:
- pypdf (e.g. `python3 -m venv .venv && . .venv/bin/activate && pip install pypdf`)
- xelatex (e.g. `apt install texlive-xetex`)
- yaml
- pandoc
---