remplaced markdown2 by markdown module

This commit is contained in:
2022-12-10 18:12:01 +01:00
parent 1436dde205
commit 0ad2cba192
7 changed files with 21 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ requires = [
'python-magic',
'Pillow == 6.1.0',
'unidecode',
'markdown2',
'markdown',
'urllib',
]