diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-04-09 16:30:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-09 16:30:51 +0200 |
| commit | 7217e430706ce36897b7da0889247f70ab420fce (patch) | |
| tree | 7545f79fc62e013a98e79a037225a25a694f9fb0 /requirements.txt | |
| parent | 5e7f46991104a6583676c6c9319a81b6f9a4b151 (diff) | |
| parent | e7644271531a7ea4d784bbb586f9e2725c546fd4 (diff) | |
Merge pull request #1060 from return42/switch-md-parser
[mod] replace Markdown parser mistletoe by markdown-it-py
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4cd221336..590fc9aad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.2.2 redis==4.2.2 -mistletoe==0.8.2 +markdown-it-py==2.0.1 typing_extensions==4.1.1 |