From ab5ac691eb94501eec692538f6cae2af44f61a42 Mon Sep 17 00:00:00 2001 From: Lu Yao Chen Date: Sun, 19 Mar 2023 17:21:56 -0700 Subject: [PATCH] tomol --- pyproject.toml | 3 ++- requirements.txt | 1 + requirements_base.txt | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) 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