uv/scripts/benchmark/pyproject.toml
2024-08-06 23:47:45 +00:00

22 lines
392 B
TOML

[project]
name = "benchmark"
version = "0.0.1"
description = "Benchmark package resolution tools"
requires-python = ">=3.11"
dependencies = [
"pdm",
"pip-tools",
"poetry",
"tomli",
"tomli_w",
"virtualenv",
"pipx",
]
[project.scripts]
resolver = "benchmark.resolver:main"
tools = "benchmark.tools:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"