18 lines
397 B
TOML
18 lines
397 B
TOML
[tool.poetry]
|
|
name = "mkoldproxy"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"]
|
|
readme = "README.md"
|
|
scripts = { "mkoldproxy" = "mkoldproxy.main:main" }
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
requests = "^2.32.3"
|
|
pillow = "^11.1.0"
|
|
reportlab = "^4.2.5"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|