[project] name = "trading-shared" version = "0.1.0" description = "Shared models, events, and utilities for trading platform" requires-python = ">=3.12" dependencies = [ "pydantic>=2.0", "pydantic-settings>=2.0", "redis>=5.0", "asyncpg>=0.29", "sqlalchemy[asyncio]>=2.0", "alembic>=1.13", "structlog>=24.0", "prometheus-client>=0.20", "pyyaml>=6.0", "aiohttp>=3.9", "rich>=13.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "pytest-asyncio>=0.23", "ruff>=0.4", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/shared"]