plumberserver/pyproject.toml
Pal Kerecsenyi bd0794bd28
All checks were successful
/ build (push) Successful in 2m16s
Organise things
2024-04-18 14:07:48 +01:00

21 lines
390 B
TOML

[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"
flask-cors = "^4.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"