hotpocket/services/packages/soa/pyproject.toml
Tomek Wójcik b4338e2769
Some checks failed
CI / Checks (push) Failing after 13m2s
Release v1.0.0
2025-08-20 21:00:50 +02:00

16 lines
333 B
TOML

[tool.poetry]
name = "hotpocket-soa"
version = "1.0.0.dev0"
description = "HotPocket SOA"
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
license = "Apache-2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
pydantic = "2.11.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"