codeflash-agent/.codeflash/standups/pyproject.toml
Kevin Turcios ffadf16147
chore: add standup dashboard with CI audit integration (#36)
Dash app at .codeflash/standups/ for weekly eng meetings. Pulls live PR data across 4 org repos, renders markdown standup notes, integrates CI audit report with corrected billing numbers from real GitHub API data. Deployed to Plotly Cloud.
2026-04-23 18:52:33 -05:00

12 lines
212 B
TOML

[project]
name = "codeflash-standups"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"dash[cloud]>=4.1",
"plotly>=6.7",
"requests>=2.31",
]
[project.scripts]
standup = "generate:main"