Skip to content

Commit

Permalink
Require setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
SaladDais committed Jan 10, 2024
1 parent f0d9bfd commit 03d66fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"llsd==1.0.0"
"llsd==1.0.0",
# Needed for pkg_resources
"setuptools",
]
dynamic=["version"]

Expand Down

0 comments on commit 03d66fa

Please sign in to comment.