Skip to content

Commit

Permalink
add optional deps to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbenav committed Oct 7, 2024
1 parent 900fa71 commit 5535e95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ ollama = {version = "^0.3.3", optional = true}
[tool.poetry.group.dev.dependencies]
ruff = "^0.6.8"
pytest = "^8.3.3"
openai = "^1.50.2"
replicate = "^0.34.1"
ollama = "^0.3.3"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 5535e95

Please sign in to comment.