Files
servo/etc/ci/scenario/pyproject.toml
Martin Garton d0c2e0fa48 Expand fmt and tidy TOML_GLOBS range (#44180)
Add a check for formatting of the `Cargo.toml` files to CI, and run
`taplo format` to fix existing formatting issues.

---------

Signed-off-by: Martin Garton <garton@gmail.com>
2026-04-14 09:14:29 +00:00

15 lines
233 B
TOML

[project]
name = "servo_ci_scenario_test"
version = "0.1.0"
requires-python = ">3.11"
dependencies = [
"selenium",
"hdc-py>=0.1.2",
"pillow",
"matplotlib",
]
license = "Apache-2.0 OR MIT"
[tool.uv]
native-tls = true