@ -41,7 +41,8 @@ dependencies = [
"langchain==0.0.115",
"unidecode==1.3.6",
"tqdm==4.64.1",
"docx2txt==0.8"
"docx2txt==0.8",
"pytest-asyncio==0.21.0"
]
dynamic = ["version"]
@ -24,3 +24,4 @@ openai-whisper
unidecode==1.3.6
tqdm==4.64.1
docx2txt==0.8
pytest-asyncio==0.21.0
@ -21,4 +21,5 @@ python-pptx==0.6.21
langchain==0.0.115