Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "updated testing dependencies"
This reverts commit d0e217c.
  • Loading branch information
Qsan1 committed Apr 24, 2025
commit 67857062c6dacc761d475a76f047c0e0afdb2287
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,7 @@ where = ["src"]
pythonpath = "src"
addopts = ["--import-mode=importlib"]
[project.optional-dependencies]
testing = [
'pytest',
'pytest-mock',
'langchain-community',
'langchain-openai',
'markdown',
'chromadb',
'langchain-chroma',]
testing = ['pytest', 'pytest-mock']
dev = [
'ruff',
]
Expand Down