You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
432 B
16 lines
432 B
[tool.poetry]
|
|
name = "DHLCropper"
|
|
version = "0.1.0"
|
|
description = "This app crops a DHL label in A4 format to a 6 by 4 inch version printable by a label writer."
|
|
authors = ["Arne Wischer <Arne.Wischer@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.10,<3.12"
|
|
pikepdf = "^6.2.8"
|
|
pyinstaller = "^5.7.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|