[project] name = "portfolio-optimiser" version = "0.1.0" description = "Generic framework on Microsoft Agent Framework for per-project cost-savings optimization" readme = "README.md" requires-python = ">=3.10" dependencies = [ # MAF core. Foundry-provider-pakke/-extra avklares ved Foundry-wiring (Fase 0/1). "agent-framework>=1.8.0", ] [project.optional-dependencies] dev = [ "pytest>=8", "ruff>=0.6", "mypy>=1.11", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/portfolio_optimiser"] [tool.ruff] line-length = 100 src = ["src", "tests"] [tool.pytest.ini_options] pythonpath = ["src"] testpaths = ["tests"]