diff --git a/pyproject.toml b/pyproject.toml index a00e24ff..f6c33068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,10 +45,9 @@ keywords = [ "packaging", ] dependencies = [ - # indirect dependencies - "setuptools", # typically needed when pip-tools invokes setup.py - "wheel", # pip plugin needed by pip-tools - + # indirect dependencies + "setuptools", + "wheel", ] [project.optional-dependencies]