From 575c4b23025aca35854ec7eaf91afa1927c2bd79 Mon Sep 17 00:00:00 2001 From: Guthrie McAfee Armstrong Date: Wed, 15 Jun 2022 19:56:49 -0400 Subject: [PATCH] Remove macholib dependency (fix #145) --- poetry.lock | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index a0c5e00..6b0bea6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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 = [ diff --git a/pyproject.toml b/pyproject.toml index 45fc19d..f390b39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ license = "MIT" python = ">=3.7,<3.10" click = "*" appdirs = "*" -macholib = "*" termcolor = "*" PySide2 = "5.15.2" colorama = "*"