diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-04-08 23:34:13 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-04-08 23:34:13 +0200 |
commit | d039f2f56e0874866537ab890cfcd14cbb566e76 (patch) | |
tree | a76f83ea4f1482ad33c5e1fe235276c08e11c543 /requirements.txt | |
parent | db6e135a777ca67534de4af7d3cb677e2d06ff76 (diff) |
Switched to markdown2
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 94f6f1a..b3bad09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ click==8.1.8 markdown==3.7 Jinja2==3.1.6 -Markdown==3.7 +markdown2==2.5.3 |