2024-04-18 11:49:41 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "plumberserver"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Pal Kerecsenyi <pal@p.kerecs.com>"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.12"
|
2024-10-01 14:30:37 +01:00
|
|
|
pdfplumber = "^0.11.4"
|
|
|
|
pymupdf = "^1.24.10"
|
|
|
|
ruff = "^0.6.8"
|
|
|
|
sanic = "^24.6.0"
|
|
|
|
setuptools = "^75.1.0"
|
2024-04-18 11:49:41 +01:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|