Use html2text to back-fill a plain text body if an HTML body is present

This commit is contained in:
Joshua Tauberer
2024-02-23 09:51:04 -05:00
parent 4104dc937d
commit 85f6573ecb
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ install_requires = [
'compoundfiles',
'compressed_rtf',
'rtfparse',
'html2text',
]
with open("README.md", "r") as fh: