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"
|
|
|
|
pdfplumber = "^0.11.0"
|
|
|
|
pymupdf = "^1.24.2"
|
|
|
|
ruff = "^0.3.7"
|
|
|
|
flask = "^3.0.3"
|
|
|
|
waitress = "^3.0.0"
|
2024-04-18 14:07:48 +01:00
|
|
|
flask-cors = "^4.0.0"
|
2024-04-18 11:49:41 +01:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|