diff options
| author | Martin Fischer <martin@push-f.com> | 2022-01-15 09:01:38 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2022-01-23 08:01:55 +0100 |
| commit | 284ac8bfd8a3d1f762c98a0195b98a45cdd089d3 (patch) | |
| tree | f0d7d93a1921b374dd1c51f4909eff327c2e2020 /requirements.txt | |
| parent | 05149db4c1e495eecaf74d267e91f61dee7ee40d (diff) | |
[help] convert about.html to Markdown
To facilitate translation the new user documentation shall be written in
Markdown (which is more human-friendly than HTML and reStructuredText).
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index e9fd942d1..95b85578e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,3 +14,4 @@ httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.2.2 redis==4.1.1 +mistletoe==0.8.1 |