multi-agent-sdlc / pyproject.toml
Pedro
add tester_run_verification_command to tester; update tester summary fields description, and related
ea15e09
Raw
History Blame Contribute Delete
584 Bytes
[project]
name = "multi-agent-sdlc"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ipython>=9.16.0",
"langchain>=1.3.14",
"langchain-core>=1.5.1",
"langchain-openrouter>=0.2.7",
"langgraph>=1.2.9",
"pytest>=9.1.1",
"python-dotenv>=1.2.2",
"reportlab>=5.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.pytest.ini_options]
pythonpath = ["src"]
testpaths = ["tests"]
[tool.hatch.build.targets.wheel]
packages = ["src/multi_agent_sdlc"]