Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ValueCell is a community-driven, multi-agent platform for financial applications
Install the package in development mode with all dependencies:

```bash
uv pip install -e ".[dev]"
uv sync --group dev
```

### Production Installation
Expand Down
14 changes: 14 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ dev = [
"pytest-asyncio>=1.0.0",
]

[dependency-groups]
dev = [
{include-group = "lint"},
{include-group = "test"}
]
lint = [
"ruff"
]
test = [
"pytest>=7.4.0",
"pytest-cov>=4.1.0",
"pytest-asyncio>=1.0.0",
]

[tool.ruff]
line-length = 88
indent-width = 4
Expand Down
32 changes: 31 additions & 1 deletion python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.