[tool.poetry] name = "pdf-replace" version = "0.1.0" description = "Print or replace links and text in PDF files" authors = ["Daniel Langbein "] 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"