pdf-replace/pyproject.toml

17 lines
351 B
TOML
Raw Normal View History

2024-01-23 14:15:27 +01:00
[tool.poetry]
name = "pdf-replace"
version = "0.1.0"
description = "Print or replace links and text in PDF files"
authors = ["Daniel Langbein <daniel@systemli.org>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pdfrw = "^0.4"
pypdf = "^3.17.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"