zed/crates/eval_cli/zed_eval/pyproject.toml
Ben Brandt 7a34bc059e
eval_cli: Update eval_cli toolchain and pin harbor (#55768)
Move `git_ui` to `agent_ui` test dependencies
and bump the eval CLI Docker image to Rust 1.95.0 while pinning
the Python `harbor` dependency to 0.6.4

Release Notes:

- N/A
2026-05-05 13:40:58 +00:00

10 lines
244 B
TOML

[project]
name = "zed-eval"
version = "0.1.0"
description = "Harbor agent wrapper for Zed's eval-cli"
requires-python = ">=3.12"
dependencies = ["harbor==0.6.4"]
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"