Skip to content

Commit

Permalink
Remove unused install dependencies
Browse files Browse the repository at this point in the history
machomacomangler and bindepend are not currently being used
  • Loading branch information
HexDecimal committed Dec 18, 2024
1 parent a29d85b commit 0eba02f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ maintainers = [{ name = "Matthew Brett", email = "matthew.brett@gmail.com" }]
readme = "README.rst"
requires-python = ">=3.9"
license = { file = "LICENSE" }
dependencies = [
"bindepend; sys_platform == 'win32'",
"machomachomangler; sys_platform == 'win32'",
"packaging>=20.9",
"typing_extensions>=4.12.2",
"macholib",
]
dependencies = ["packaging>=20.9", "typing_extensions>=4.12.2", "macholib"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand Down

0 comments on commit 0eba02f

Please sign in to comment.