Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Test isort requirement change for python version.
  • Loading branch information
Elmeric authored May 23, 2023
1 parent 180e09e commit 5870e8b
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 @@ -40,7 +40,7 @@ trio-typing = "^0.8.0"
pre-commit = {version = "^3.0.4", python = ">=3.8.0,<4.0.0"}
invoke = "^2.0.0"
black = {version = "^23.1.0", extras = ["colorama"]}
isort = {version = "^5.12.0", extras = ["colors"], python = ">=3.8.0,<4.0.0"}
isort = {version = "^5.12.0", python = ">=3.8.0,<4.0.0", extras = ["colors"]}


[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit 5870e8b

Please sign in to comment.