pyproject.tomlā¢509 B
[project]
name = "statflow"
version = "0.1.0"
description = "Automated Statistical Analysis & Report Generation - Transform experimental data into thesis-quality research reports"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"mcp>=0.9.0",
"mysql-connector-python>=8.3.0",
"openpyxl>=3.1.2",
"pandas>=2.2.0",
]
[project.scripts]
statflow = "statflow.server:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = []