mirror of
https://codeberg.org/privacy1st/pdf-replace
synced 2024-11-21 22:03:20 +01:00
17 lines
351 B
TOML
17 lines
351 B
TOML
|
[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"
|