From 2b409b52ab10b25e27e891b5266e3312cf17f955 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 4 Sep 2024 14:45:06 -0700 Subject: [PATCH] comment --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fb38bd8c5..3eb94d8b22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ dependencies = [ "crcmod", "tqdm", "pandacan@git+https://github.com/commaai/panda.git@master", - "setuptools", + "setuptools", # setuptools includes distutils which is needed by Cython and pre-commit. + # distutils was removed in python3.12 from the standard library. ] [project.optional-dependencies]