Skip to content

Commit

Permalink
Add dependency to setuptools to fix ModuleNotFoundError for distutils…
Browse files Browse the repository at this point in the history
… in modernpython/lang_pack.py

Signed-off-by: Thomas Günther <[email protected]>
  • Loading branch information
tom-hg57 committed Nov 12, 2024
1 parent ab563b3 commit 997988e
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 @@ -9,7 +9,8 @@ dependencies = [
"xmltodict >= 0.13.0, < 1",
"chevron >= 0.14.0, < 1",
"pydantic < 2",
"beautifulsoup4 >= 4.12.2, < 5"
"beautifulsoup4 >= 4.12.2, < 5",
"setuptools"
]

requires-python = ">=3.11"
Expand Down

0 comments on commit 997988e

Please sign in to comment.