diff --git a/pyproject.toml b/pyproject.toml index 70ac7de..a27bd09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,11 +29,12 @@ dependencies = [ [project.optional-dependencies] dev = [ - "python-semantic-release", + "build", "black", + "isort", "mypy", "pylint", - "isort", + "python-semantic-release", ] [project.urls]