From 1e6e045f64dab01a9941aff2f51471f636bc833b Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 4 Sep 2024 14:20:59 -0700 Subject: [PATCH] add setuptools for python3.12 (#1221) setuptools --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 945ee631e1..8fb38bd8c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ dependencies = [ "crcmod", "tqdm", "pandacan@git+https://github.com/commaai/panda.git@master", + "setuptools", ] [project.optional-dependencies]