Skip to content

Commit 3aca699

Browse files
test issue fix
1 parent 7f144a7 commit 3aca699

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

src/ContentProcessor/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ dev = [
2828
"coverage>=7.6.10",
2929
"pydantic>=2.10.5",
3030
"pytest>=8.3.4",
31+
"pytest-asyncio>=0.25.3",
3132
"pytest-cov>=6.0.0",
3233
"pytest-mock>=3.14.0",
34+
"mongomock>=2.3.1",
3335
"ruff>=0.9.1",
3436
]
3537

src/ContentProcessor/requirements.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,12 @@ pydantic>=2.10.5
1212
pydantic-settings>=2.7.1
1313
pymongo>=4.11.2
1414
python-dotenv>=1.0.1
15-
tiktoken>=0.9.0
15+
tiktoken>=0.9.0
16+
coverage>=7.6.10
17+
pydantic>=2.10.5
18+
pytest>=8.3.4
19+
pytest-asyncio>=0.25.3
20+
pytest-cov>=6.0.0
21+
pytest-mock>=3.14.0
22+
mongomock>=2.3.1
23+
ruff>=0.9.1

0 commit comments

Comments
 (0)