Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 401463b

Browse files
committed
[ADD] Add ghostscript to optional group
To install ghostcript run: `poetry install --with ghostscript`
1 parent da4a69c commit 401463b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

poetry.lock

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ matplotlib = [
8585
{version = "^3.8.0", python = ">=3.12"}
8686
]
8787

88+
[tool.poetry.group.ghostscript]
89+
optional = true
90+
91+
[tool.poetry.group.ghostscript.dependencies]
92+
ghostscript = "^0.7"
93+
8894
[tool.poetry_bumpversion.file."camelot/__version__.py"]
8995

9096
[tool.coverage.paths]

0 commit comments

Comments
 (0)