mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
Separate deployment at https://19727fbf-a6a0-45ac-968f-680035ab6b3b.plotly.app with its own pyproject.toml, lockfile, and plotly-cloud.toml config.
8 lines
154 B
TOML
8 lines
154 B
TOML
[project]
|
|
name = "unstructured-security-audit"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"dash[cloud]>=4.1",
|
|
"plotly>=6.7",
|
|
]
|