Skip to content

Commit

Permalink
remove coverage from pyproject deps
Browse files Browse the repository at this point in the history
Signed-off-by: Teo <[email protected]>
  • Loading branch information
teocns committed Dec 29, 2024
1 parent 98fff5d commit 65b94fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ langchain = [
[dependency-groups]
test = [
"openai",
"langchain",
"langchain"
]

dev = [
Expand All @@ -66,7 +66,6 @@ dev = [

# Code quality and type checking
"ruff", # Fast Python linter for maintaining code quality
"coverage", # Code coverage tracking for quality assurance
"mypy", # Static type checking for better reliability
"types-requests", # Type stubs for requests library

Expand Down

0 comments on commit 65b94fe

Please sign in to comment.