We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f144a7 commit 3aca699Copy full SHA for 3aca699
2 files changed
src/ContentProcessor/pyproject.toml
@@ -28,8 +28,10 @@ dev = [
28
"coverage>=7.6.10",
29
"pydantic>=2.10.5",
30
"pytest>=8.3.4",
31
+ "pytest-asyncio>=0.25.3",
32
"pytest-cov>=6.0.0",
33
"pytest-mock>=3.14.0",
34
+ "mongomock>=2.3.1",
35
"ruff>=0.9.1",
36
]
37
src/ContentProcessor/requirements.txt
@@ -12,4 +12,12 @@ pydantic>=2.10.5
12
pydantic-settings>=2.7.1
13
pymongo>=4.11.2
14
python-dotenv>=1.0.1
15
-tiktoken>=0.9.0
+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