hub-core/pyproject.toml
tegwick 118d4fdcfe
Some checks failed
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / pytest-smoke (push) Failing after 2s
feat(ecosystem): hub-core library lane for three-repo stack (HUB-WP-0003)
Add slugify_or_default for core-hub parity, bump to 0.2.0, document ecosystem
position in INTENT/SCOPE/README, wire capability relations to state-hub and
core-hub, and extend utils tests. Part of CUST-WP-0057 consolidation.
2026-07-11 01:26:47 +02:00

23 lines
504 B
TOML

[project]
name = "hub-core"
version = "0.2.0"
description = "Reusable core primitives for FOS hubs"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.0",
"fastmcp>=2.0.0",
"httpx>=0.28.0",
"sqlalchemy[asyncio]>=2.0.0",
"pydantic>=2.10.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["hub_core"]
artifacts = ["hub_core/migrations/script.py.mako"]
[tool.pytest.ini_options]
testpaths = ["tests"]