hotpocket/services/extension/pyproject.toml
Tomek Wójcik 3f3f90103c
All checks were successful
CI / Checks (push) Successful in 24m41s
Release v25.10.4
2025-10-04 08:07:26 +02:00

29 lines
647 B
TOML

[tool.poetry]
name = "hotpocket-extension"
version = "25.10.4"
description = "HotPocket Extension"
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
license = "Apache-2.0"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
Jinja2 = "3.1.6"
werkzeug = "3.1.3"
[tool.poetry.group.dev.dependencies]
factory-boy = "3.3.3"
flake8 = "7.3.0"
flake8-commas = "4.0.0"
hotpocket-workspace-tools = {path = "../packages/workspace_tools", develop = true}
invoke = "2.2.0"
ipdb = "0.13.13"
ipython = "9.3.0"
isort = "6.0.1"
mypy = "1.16.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"