mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
13 lines
212 B
TOML
13 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"
|