hotpocket/services/packages/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

34 lines
836 B
TOML

[tool.poetry]
name = "hotpocket-packages"
version = "1.0.0.dev0"
description = "HotPocket Packages"
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
license = "Apache-2.0"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
hotpocket-common = {path = "common", develop = true}
hotpocket-soa = {path = "soa", develop = true}
hotpocket-testing = {path = "testing", develop = true}
hotpocket-workspace-tools = {path = "workspace_tools", develop = true}
[tool.poetry.group.dev.dependencies]
factory-boy = "3.3.3"
flake8 = "7.3.0"
flake8-commas = "4.0.0"
freezegun = "1.5.2"
invoke = "2.2.0"
ipdb = "0.13.13"
ipython = "9.3.0"
isort = "6.0.1"
mypy = "1.16.1"
pytest = "8.4.1"
pytest-env = "1.1.5"
pytest-mock = "3.14.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"