diff --git a/pyproject.toml b/pyproject.toml index d9ddcdc..2d2ce0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] diff --git a/requirements.txt b/requirements.txt index 05da893..754cf34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,3 +24,4 @@ openai-whisper unidecode==1.3.6 tqdm==4.64.1 docx2txt==0.8 +pytest-asyncio==0.21.0 \ No newline at end of file diff --git a/requirements_base.txt b/requirements_base.txt index fcac1c7..d2992dd 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -21,4 +21,5 @@ python-pptx==0.6.21 langchain==0.0.115 unidecode==1.3.6 tqdm==4.64.1 -docx2txt==0.8 \ No newline at end of file +docx2txt==0.8 +pytest-asyncio==0.21.0 \ No newline at end of file