Create our own HTML to Markdown converter

This commit is contained in:
Joakim Hellsén 2023-01-21 22:48:00 +01:00
commit d4fd70965e
No known key found for this signature in database
GPG key ID: C889E6DC5EDBB36D
7 changed files with 203 additions and 78 deletions

View file

@ -17,7 +17,8 @@ python-multipart = "^0.0.5"
python-dotenv = "^0.21.0"
tomlkit = "^0.11.6"
loguru = "^0.6.0"
html2text = "^2020.1.16"
beautifulsoup4 = "^4.11.1"
lxml = "^4.9.2"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"