diff --git a/BUILD.md b/BUILD.md index edaf923..b90e2df 100644 --- a/BUILD.md +++ b/BUILD.md @@ -258,7 +258,7 @@ test it. 2. Follow the Fedora instructions for setting up the development environment with the particularity of running the following instead of `poetry install`: ``` - poetry install --with qubes + poetry install ``` 3. Build a dangerzone `.rpm` for qubes with the command diff --git a/poetry.lock b/poetry.lock index 8d3e49c..78d862b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1046,4 +1046,3 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "9f1c256ac7a768845d519e58206bb3021be7fca94a55c29534cb7a157609e4e8" diff --git a/pyproject.toml b/pyproject.toml index d240ceb..dad5bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ python = ">=3.9,<3.13" click = "*" appdirs = "*" PySide6 = "^6.7.1" +PyMuPDF = "^1.23.8" colorama = "*" pyxdg = {version = "*", platform = "linux"} requests = "*" @@ -51,9 +52,6 @@ pytest-qt = "^4.2.0" pytest-cov = "^5.0.0" strip-ansi = "*" -[tool.poetry.group.qubes.dependencies] -pymupdf = "^1.23.6" - [tool.poetry.group.container.dependencies] pymupdf = "^1.24.10"