Skip to content

Commit 6785706

Browse files
committed
Revert "updated testing dependencies"
This reverts commit d0e217c.
1 parent 1173206 commit 6785706

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

‎pyproject.toml‎

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,7 @@ where = ["src"]
6464
pythonpath = "src"
6565
addopts = ["--import-mode=importlib"]
6666
[project.optional-dependencies]
67-
testing = [
68-
'pytest',
69-
'pytest-mock',
70-
'langchain-community',
71-
'langchain-openai',
72-
'markdown',
73-
'chromadb',
74-
'langchain-chroma',]
67+
testing = ['pytest', 'pytest-mock']
7568
dev = [
7669
'ruff',
7770
]

0 commit comments

Comments
 (0)