Use html2text instead of markdownify

This commit is contained in:
2023-01-20 07:47:34 +01:00
parent 4b140d26a8
commit 9b15b0e399
3 changed files with 73 additions and 63 deletions

View File

@ -9,15 +9,15 @@ python = "^3.10"
reader = "^3.3"
discord-webhook = "^1.0.0"
platformdirs = "^2.6.2"
fastapi = "^0.89.0"
fastapi = "^0.89.1"
uvicorn = { extras = ["standard"], version = "^0.20.0" }
jinja2 = "^3.1.2"
apscheduler = "^3.9.1.post1"
python-multipart = "^0.0.5"
python-dotenv = "^0.21.0"
tomlkit = "^0.11.6"
markdownify = "^0.11.6"
loguru = "^0.6.0"
html2text = "^2020.1.16"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"