Kaynağa Gözat

fix: .md processing issue

Timothy J. Baek 8 ay önce
ebeveyn
işleme
e98a20fce9
2 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 1 0
      backend/requirements.txt
  2. 1 0
      pyproject.toml

+ 1 - 0
backend/requirements.txt

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

+ 1 - 0
pyproject.toml

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