Skip to content

Commit

Permalink
feat: move dependency to test group
Browse files Browse the repository at this point in the history
  • Loading branch information
pmareke committed Sep 23, 2024
1 parent 83c6198 commit d6e7dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = {extras = ["standard"], version = "^0.115.0"}
pytest-watch = "^4.2.0"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
pytest-xdist = "^3.6.1"
pytest-watch = "^4.2.0"
expects = "^0.9.0"
doublex = "^1.9.6.1"
coverage = "^7.6.1"
Expand Down

0 comments on commit d6e7dca

Please sign in to comment.