mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Remove macholib dependency (fix #145)
This commit is contained in:
parent
395eba0a74
commit
575c4b2302
2 changed files with 1 additions and 2 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -315,7 +315,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = ">=3.7,<3.10"
|
python-versions = ">=3.7,<3.10"
|
||||||
content-hash = "de7ce8c55db374d31b67ac8c806bdd2bea22c55e6f26b09f319119c03a550672"
|
content-hash = "ea5e3b77fe06b50dfe78e45c4afa864f50cc414ac77bf9225fff0527ae693333"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
altgraph = [
|
altgraph = [
|
||||||
|
|
|
@ -9,7 +9,6 @@ license = "MIT"
|
||||||
python = ">=3.7,<3.10"
|
python = ">=3.7,<3.10"
|
||||||
click = "*"
|
click = "*"
|
||||||
appdirs = "*"
|
appdirs = "*"
|
||||||
macholib = "*"
|
|
||||||
termcolor = "*"
|
termcolor = "*"
|
||||||
PySide2 = "5.15.2"
|
PySide2 = "5.15.2"
|
||||||
colorama = "*"
|
colorama = "*"
|
||||||
|
|
Loading…
Reference in a new issue