From 633bd8104ff61c5d7d17866c036629d5059f886f Mon Sep 17 00:00:00 2001 From: Peyman Salehi Date: Sun, 24 Nov 2024 12:50:42 +0100 Subject: [PATCH] Remove unused comments (#828) --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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]