Skip to content

Commit

Permalink
distutils comment (#1222)
Browse files Browse the repository at this point in the history
comment
  • Loading branch information
maxime-desroches authored Sep 4, 2024
1 parent 1e6e045 commit 6619c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6619c18

Please sign in to comment.