Skip to content

Commit

Permalink
req
Browse files Browse the repository at this point in the history
  • Loading branch information
Lu Yao Chen committed Mar 23, 2023
1 parent d85cf50 commit 6bc39b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ langchain==0.0.115
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

0 comments on commit 6bc39b1

Please sign in to comment.