Remove macholib dependency (fix #145)

This commit is contained in:
Guthrie McAfee Armstrong 2022-06-15 19:56:49 -04:00 committed by deeplow
parent 395eba0a74
commit 575c4b2302
No known key found for this signature in database
GPG key ID: 577982871529A52A
2 changed files with 1 additions and 2 deletions

2
poetry.lock generated
View file

@ -315,7 +315,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = ">=3.7,<3.10"
content-hash = "de7ce8c55db374d31b67ac8c806bdd2bea22c55e6f26b09f319119c03a550672"
content-hash = "ea5e3b77fe06b50dfe78e45c4afa864f50cc414ac77bf9225fff0527ae693333"
[metadata.files]
altgraph = [

View file

@ -9,7 +9,6 @@ license = "MIT"
python = ">=3.7,<3.10"
click = "*"
appdirs = "*"
macholib = "*"
termcolor = "*"
PySide2 = "5.15.2"
colorama = "*"