Skip to content

Commit

Permalink
Update declaration style of dev dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Aug 18, 2023
1 parent dc8e6e9 commit d303e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python = "^3.8.1"
Pillow = {version = "^9.1.1", optional = true}
httpx = {version = ">=0.23.1,<0.25.0", optional = true}

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest-cov = "^4.1.0"
pytest-timeout = "^2.0.1"
Expand Down

0 comments on commit d303e52

Please sign in to comment.