fix: .md processing issue

This commit is contained in:
Timothy J. Baek 2024-08-26 12:08:55 +02:00
parent 5a0e1c5f75
commit e98a20fce9
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ pypdf==4.3.1
docx2txt==0.8
python-pptx==1.0.0
unstructured==0.15.7
nltk==3.9.1
Markdown==3.7
pypandoc==1.13
pandas==2.2.2

View File

@ -52,6 +52,7 @@ dependencies = [
"docx2txt==0.8",
"python-pptx==1.0.0",
"unstructured==0.15.7",
"nltk==3.9.1",
"Markdown==3.7",
"pypandoc==1.13",
"pandas==2.2.2",