mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
Add missing pyproject.toml for codeflash-ci-audit workspace member
This commit is contained in:
parent
e41a1bf56a
commit
e3e74c3f2e
2 changed files with 24 additions and 0 deletions
8
reports/codeflash-ci-audit/pyproject.toml
Normal file
8
reports/codeflash-ci-audit/pyproject.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[project]
|
||||
name = "codeflash-ci-audit"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"dash[cloud]>=4.1",
|
||||
"plotly>=6.7",
|
||||
]
|
||||
16
uv.lock
16
uv.lock
|
|
@ -19,6 +19,7 @@ resolution-markers = [
|
|||
[manifest]
|
||||
members = [
|
||||
"codeflash-api",
|
||||
"codeflash-ci-audit",
|
||||
"codeflash-core",
|
||||
"codeflash-lsp",
|
||||
"codeflash-mcp",
|
||||
|
|
@ -532,6 +533,21 @@ dev = [
|
|||
{ name = "testcontainers", extras = ["postgres"], specifier = ">=4.12" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "codeflash-ci-audit"
|
||||
version = "0.1.0"
|
||||
source = { virtual = "reports/codeflash-ci-audit" }
|
||||
dependencies = [
|
||||
{ name = "dash", extra = ["cloud"] },
|
||||
{ name = "plotly" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "dash", extras = ["cloud"], specifier = ">=4.1" },
|
||||
{ name = "plotly", specifier = ">=6.7" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "codeflash-core"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue