From 6bc39b13b4560a3bb615f714b78a6a92cf110663 Mon Sep 17 00:00:00 2001 From: Lu Yao Chen Date: Thu, 23 Mar 2023 15:12:49 -0700 Subject: [PATCH] req --- pyproject.toml | 3 ++- requirements_base.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d2ce0c..ad2da4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,8 @@ dependencies = [ "unidecode==1.3.6", "tqdm==4.64.1", "docx2txt==0.8", -"pytest-asyncio==0.21.0" +"pytest-asyncio==0.21.0", +"pytest~=7.2.2" ] dynamic = ["version"] diff --git a/requirements_base.txt b/requirements_base.txt index d2992dd..a5c2173 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -22,4 +22,5 @@ langchain==0.0.115 unidecode==1.3.6 tqdm==4.64.1 docx2txt==0.8 -pytest-asyncio==0.21.0 \ No newline at end of file +pytest-asyncio==0.21.0 +pytest~=7.2.2 \ No newline at end of file